new module:model/PostBucketsSigned(minutesExpiration, theData, obj)
Constructs a new PostBucketsSigned.
Parameters:
| Name | Type | Description |
|---|---|---|
minutesExpiration |
Integer | Expiration time in minutes Default value: 60 |
theData |
Object | The plain JavaScript object bearing properties of interest. |
obj |
module:model/PostBucketsSigned | Optional instance to populate. |
- Source:
Members
(static) constructFromObject
Constructs a PostBucketsSigned from a plain JavaScript object, optionally creating a new instance.
Copies all relevant properties from data to obj if supplied or a new instance if not.
- Source:
(inner) minutesExpiration :Integer
Expiration time in minutes Default value: 60
Type:
- Integer
- Default Value:
- 60
- Source: