new module:model/BrandsResponse()
- Source:
Constructs a new BrandsResponse.
Members
(inner) brands :Array.<module:model/Brand>
- Source:
The list of brands.
Type:
- Array.<module:model/Brand>
(inner) recipientBrandIdDefault :String
- Source:
The brand seen by envelope recipients when a brand is not explicitly set.
Type:
- String
(inner) senderBrandIdDefault :String
- Source:
The brand seen by envelope senders when a brand is not explicitly set.
Type:
- String
Methods
(static) constructFromObject(data, obj) → {module:model/BrandsResponse}
- Source:
Constructs a BrandsResponse 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.
Parameters:
| Name | Type | Description |
|---|---|---|
data |
Object | The plain JavaScript object bearing properties of interest. |
obj |
module:model/BrandsResponse | Optional instance to populate. |
Returns:
The populated BrandsResponse instance.