new module:model/BrandLogos()
- Source:
Constructs a new BrandLogos
.
The URIs for retrieving the logos that are associated with the brand. These are read-only properties that provide a URI to logos in use. To update a logo use AccountBrands: updateLogo.
Members
(inner) email :String
- Source:
Type:
- String
(inner) primary :String
- Source:
Type:
- String
(inner) secondary :String
- Source:
Type:
- String
Methods
(static) constructFromObject(data, obj) → {module:model/BrandLogos}
- Source:
Constructs a BrandLogos
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/BrandLogos | Optional instance to populate. |
Returns:
The populated BrandLogos
instance.