BundledProductReference Data Type

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

Example

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