CatalogReference Data Type

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

Example

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