BundledProductReference Data Type

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

Example

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