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