new module:model/BucketObjects(theData, obj)
Constructs a new BucketObjects.
Parameters:
| Name | Type | Description |
|---|---|---|
theData |
Object | The plain JavaScript object bearing properties of interest. |
obj |
module:model/BucketObjects | Optional instance to populate. |
- Source:
Members
(static) constructFromObject
Constructs a BucketObjects 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) items :Array.<module:model/ObjectDetails>
Type:
- Array.<module:model/ObjectDetails>
- Source:
(inner) next :String
Next possible request
Type:
- String
- Source: