FileSelectorObject
The FileSelectorObject
class represents a file selection object with metadata such as name, description, and creator details.
Properties
Name | Description |
---|---|
SecretKey | A secret key associated with the file selector object for security purposes. |
Id | The unique identifier of the file selector object. |
Description | A dictionary of localized descriptions for the file selector object. |
Type | Specifies the type of the file selector object. |
Name | A dictionary of localized names for the file selector object. |
Path | The file path of the file selector object. |
DownloadUrl | The URL where the file selector object can be downloaded. |
CreatedAt | The timestamp when the file selector object was created. |
Creator | The creator of the file selector object. |