# CreatePostItRequest
## Properties
**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)