BundledProductReference Data Type

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

Example

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