Share via


AtlasObjectIdOutput interface

Reference to an object-instance of a type - like entity.

Properties

guid

The GUID of the object.

typeName

The name of the type.

uniqueAttributes

The unique attributes of the object.

Property Details

guid

The GUID of the object.

guid?: string

Property Value

string

typeName

The name of the type.

typeName?: string

Property Value

string

uniqueAttributes

The unique attributes of the object.

uniqueAttributes?: Record<string, any>

Property Value

Record<string, any>