BundledProductReference Data Type

Implemented Interfaces
Serializable
Properties
name data type description
validFor TimeRange
name string
href string
id string
lifecycleStatus LifecycleStatus
description string
version string
name string
id string
href string
lastUpdate number
lifecycleStatus LifecycleStatus
parsedVersion ParsedVersion

Example

{
  "validFor" : {
    "endDateTime" : 12345,
    "startDateTime" : 12345
  },
  "name" : "...",
  "href" : "...",
  "id" : "...",
  "lifecycleStatus" : "LAUNCHED",
  "description" : "...",
  "version" : "...",
  "lastUpdate" : 12345,
  "parsedVersion" : {
    "minorVersion" : 12345,
    "internalView" : "...",
    "valid" : true,
    "externalView" : "...",
    "majorVersion" : 12345
  }
}