CatalogReference Data Type

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

Example

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