BundledProductReference Data Type

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

Example

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