Type Alias AtlanEntity

type AtlanEntity = {
    attributes?: AtlanEntityAttributes;
    guid?: string;
    labels?: string[];
    relationshipAttributes?: AtlanRelationshipAttributes;
    status?: string;
    typeName?: string;
}
Index

Properties

guid?: string
labels?: string[]
relationshipAttributes?: AtlanRelationshipAttributes
status?: string
typeName?: string