A briefcase file.
| Name | Type | Nullable? | Summary |
|---|---|---|---|
| ID | Guid | The UID of the file. | |
| Name | String | The name of the file. | |
| Description | String | This field is nullable. | The description of the file. |
| Size | Int32 | The size of the file, in bytes. | |
| Uri | String | The URI to retrieve the full details of the file via the web API. | |
| ContentUri | String | The URI to retrieve the contents of the file via the web API. |