new module:model/ServiceInformation()
- Source:
Constructs a new ServiceInformation
.
Members
(inner) buildBranch :String
- Source:
Reserved: TBD
Type:
- String
(inner) buildBranchDeployedDateTime :String
- Source:
Reserved: TBD
Type:
- String
(inner) buildSHA :String
- Source:
Reserved: TBD
Type:
- String
(inner) buildVersion :String
- Source:
Reserved: TBD
Type:
- String
(inner) linkedSites :Array.<String>
- Source:
Type:
- Array.<String>
(inner) serviceVersions :Array.<module:model/ServiceVersion>
- Source:
Type:
- Array.<module:model/ServiceVersion>
Methods
(static) constructFromObject(data, obj) → {module:model/ServiceInformation}
- Source:
Constructs a ServiceInformation
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/ServiceInformation | Optional instance to populate. |
Returns:
The populated ServiceInformation
instance.