BundledProductReference Data Type

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

Example

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