# SharedFileObject
## Properties
**creator** | Option<**String**> | Username who shared the file/directory | [optional]
**shared_with** | Option<**String**> | Username who was granted access | [optional]
**created** | Option<**String**> | Creation timestamp in UTC | [optional]
**expires_in** | Option<**i32**> | Number of seconds in which the share was set to expire. | [optional]
**url** | Option<**String**> | Link to the shared file. | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)