module:model/ExternalClaim

module:model/ExternalClaim

new module:model/ExternalClaim()

Source:

Constructs a new ExternalClaim.

Members

(inner) acquiredTime :String

Source:
Type:
  • String

(inner) claimName :String

Source:
Type:
  • String

(inner) provider :String

Source:
Type:
  • String

(inner) value :String

Source:

Specifies the value of the tab.

Type:
  • String

Methods

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

Source:

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

Optional instance to populate.

Returns:

The populated ExternalClaim instance.

Type
module:model/ExternalClaim