CatalogReference Data Type

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

Example

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