AbstractCatalogEntity Data Type

Abstract Type
Subtypes
ProductOffering
Implemented Interfaces
Serializable
Properties
name data type description
parsedCatalogVersion ParsedVersion
catalogId string
catalogVersion string
Properties inherited from AbstractEntity
parsedVersion ParsedVersion
validFor TimeRange
name string
lifecycleStatus LifecycleStatus
description string
version string
id string
href string
lastUpdate number

Example

This data type is abstract. The example below may be incomplete. More accurate examples can be found in subtypes pages.
{
  "parsedCatalogVersion" : {
    "externalView" : "...",
    "minorVersion" : 12345,
    "internalView" : "...",
    "majorVersion" : 12345,
    "valid" : true
  },
  "catalogId" : "...",
  "catalogVersion" : "...",
  "parsedVersion" : {
    "externalView" : "...",
    "minorVersion" : 12345,
    "internalView" : "...",
    "majorVersion" : 12345,
    "valid" : true
  },
  "validFor" : {
    "endDateTime" : 12345,
    "startDateTime" : 12345
  },
  "name" : "...",
  "lifecycleStatus" : "ACTIVE",
  "description" : "...",
  "version" : "...",
  "id" : "...",
  "href" : "...",
  "lastUpdate" : 12345
}