tapis-files 0.3.1

The Tapis Files API provides for management of file resources on Tapis systems
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# SharedFileObject

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**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)