BundledProductReference Data Type

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

Example

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