module:model/UserSharedItem

module:model/UserSharedItem

new module:model/UserSharedItem()

Source:

Constructs a new UserSharedItem.
Information about a 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:

The user whose sharing information is being requested.

Type:

Methods

(static) constructFromObject(data, obj) → {module:model/UserSharedItem}

Source:

Constructs a UserSharedItem 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/UserSharedItem

Optional instance to populate.

Returns:

The populated UserSharedItem instance.

Type
module:model/UserSharedItem