AtlasTypeDefHeaderOutput interface
The basic information of the type definition.
Properties
| category | The enum of type category. Possible values: "PRIMITIVE", "OBJECT_ID_TYPE", "ENUM", "STRUCT", "CLASSIFICATION", "ENTITY", "ARRAY", "MAP", "RELATIONSHIP", "TERM_TEMPLATE" |
| guid | The GUID of the type definition. |
| name | The name of the type definition. |
Property Details
category
The enum of type category.
Possible values: "PRIMITIVE", "OBJECT_ID_TYPE", "ENUM", "STRUCT", "CLASSIFICATION", "ENTITY", "ARRAY", "MAP", "RELATIONSHIP", "TERM_TEMPLATE"
category?: string
Property Value
string
guid
The GUID of the type definition.
guid?: string
Property Value
string
name
The name of the type definition.
name?: string
Property Value
string