new module:model/Bucket(theData, obj)
Constructs a new Bucket.
Parameters:
| Name | Type | Description |
|---|---|---|
theData |
Object | The plain JavaScript object bearing properties of interest. |
obj |
module:model/Bucket | Optional instance to populate. |
- Source:
Members
(static) constructFromObject
Constructs a Bucket 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
The key of the Bucket
Type:
- String
- Source:
(inner) bucketOwner :String
The owner of the Bucket
Type:
- String
- Source:
(inner) createdDate :String
Counts the number of views for the asset
Type:
- String
- Source:
(inner) permissions :Array.<module:model/Permission>
Type:
- Array.<module:model/Permission>
- Source:
(inner) policyKey :String
The policy key
Type:
- String
- Source: