BundledProductReference Data Type

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

Example

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