BundledProductReference Data Type

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

Example

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