Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace ValueListEntity

Metadata for a value list entity.

Properties

id

id: string

Unique immutable identifier that was assigned when the resource was created.

name

name: string

The entity name. This must be unique within the parent resource.

Const type

type: string = "ENUM_VALUES"

values

values: Array<StaticEntityValue>

List of values for a value list entity.

Methods

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: Entity): object

getJsonObj

  • getJsonObj(obj: Entity): object