tapis-files 0.3.0

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
# CreatePostItRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**allowed_uses** | Option<**i32**> | Number of times that the new PostIt can be redeemed. The default is one use.  Setting the value to -1 (negative one) will allow the PostIt to be redeemed an unlimited number of times.  | [optional][default to 1]
**valid_seconds** | Option<**i32**> | Number of seconds until the PostIt expires.   Default is 30 days.  | [optional][default to 2592000]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)