[@webitel/api-services](../index.html) / [\_models](../modules/_models.html) / CasesFile
# Interface: CasesFile
Metadata for a file associated with a case.
## Properties
### author?
> `optional` **author**: [`GeneralLookup`](../wiki/_models.GeneralLookup.html)
***
### createdAt?
> `optional` **createdAt**: `string`
Creation timestamp in Unix milliseconds.
***
### createdBy?
> `optional` **createdBy**: [`GeneralLookup`](../wiki/_models.GeneralLookup.html)
Creator of the file.
***
### id?
> `optional` **id**: `string`
Storage file ID.
***
### mime?
> `optional` **mime**: `string`
MIME type of the file.
***
### name?
> `optional` **name**: `string`
File name.
***
### size?
> `optional` **size**: `string`
File size in bytes.
***
### url?
> `optional` **url**: `string`