new module:model/PostObjectSigned(signedUrl, expiration, theData, obj)
Constructs a new PostObjectSigned.
Object Signed Object json response
Parameters:
| Name | Type | Description |
|---|---|---|
signedUrl |
String | URL created for downloading the object |
expiration |
Integer | Value for expiration in minutes |
theData |
Object | The plain JavaScript object bearing properties of interest. |
obj |
module:model/PostObjectSigned | Optional instance to populate. |
- Source:
Members
(static) constructFromObject
Constructs a PostObjectSigned 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) expiration :Integer
Value for expiration in minutes
Type:
- Integer
- Source:
(inner) signedUrl :String
URL created for downloading the object
Type:
- String
- Source: