BundledProductReference Data Type

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

Example

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