Class: module:model/Buckets

module:model/Buckets(items, next, theData, obj)

new module:model/Buckets(items, next, theData, obj)

Constructs a new Buckets.

Parameters:
Name Type Description
items Array.<module:model/BucketsItems>

Array of items representing the buckets

next String

Next possible request

theData Object

The plain JavaScript object bearing properties of interest.

obj module:model/Buckets

Optional instance to populate.

Source:

Members

(static) constructFromObject

Constructs a Buckets 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/BucketsItems>

Array of items representing the buckets

Type:
Source:

(inner) next :String

Next possible request

Type:
  • String
Source: