new module:model/Tags()
- Source:
Constructs a new Tags.
List of tags provided by the user with each request. This field is optional.
Extends:
- Array
Extends
- Array
Methods
(static) constructFromObject(data, obj) → {module:model/Tags}
- Source:
Constructs a Tags 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/Tags | Optional instance to populate. |
Returns:
The populated Tags instance.
- Type
- module:model/Tags