new module:model/MemberGroupSharedItem()
- Source:
Constructs a new MemberGroupSharedItem
.
Information about items shared among groups.
Members
(inner) errorDetails :module:model/ErrorDetails
- Source:
Array or errors.
Type:
(inner) group :module:model/Group
- Source:
The group sharing the item.
Type:
(inner) shared :String
- Source:
When set to true, this custom tab is shared.
Type:
- String
Methods
(static) constructFromObject(data, obj) → {module:model/MemberGroupSharedItem}
- Source:
Constructs a MemberGroupSharedItem
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/MemberGroupSharedItem | Optional instance to populate. |
Returns:
The populated MemberGroupSharedItem
instance.