new module:model/ObjectDetails(theData, obj)
Constructs a new ObjectDetails.
Object json response
Parameters:
| Name | Type | Description |
|---|---|---|
theData |
Object | The plain JavaScript object bearing properties of interest. |
obj |
module:model/ObjectDetails | Optional instance to populate. |
- Source:
Members
(static) constructFromObject
Constructs a ObjectDetails 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) bucketKey :String
Bucket key
Type:
- String
- Source:
(inner) contentType :String
Object content-type
Type:
- String
- Source:
(inner) location :String
URL to download the object
Type:
- String
- Source:
(inner) objectId :String
Object URN
Type:
- String
- Source:
(inner) objectKey :String
Object name
Type:
- String
- Source:
(inner) sha1 :String
Object SHA1
Type:
- String
- Source:
(inner) size :Integer
Object size
Type:
- Integer
- Source: