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