BundledProductReference Data Type

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

Example

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