BundledProductReference Data Type

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

Example

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