For the complete documentation index, see llms.txt. This page is also available as Markdown.

DomainTypeReferenceFilter

The domain type of a resource.

input DomainTypeReferenceFilter {
  _and: [DomainTypeReferenceFilter]
  _null: Boolean
  _or: [DomainTypeReferenceFilter]
  children: DomainTypeCollectionFilter
  createdBy: UserReferenceFilter
  createdOn: DateTimeFilter
  description: StringFilter
  id: UUIDFilter
  meta: Boolean
  modifiedBy: UserReferenceFilter
  modifiedOn: DateTimeFilter
  name: StringFilter
  parent: DomainTypeReferenceFilter
  publicId: StringFilter
  system: Boolean
}

Fields

The field value is null.

A list of child domain types for this domain type.

The user who created this resource.

The creation date of this resource.

The description of this domain type.

The universally unique identifier of this node.

Whether this domain type is related to the Collibra metamodel.

The user who last modified this resource.

The last modified date of this resource.

The name of the this domain type.

The parent domain type of this domain type. It is null for root types.

The public identifier of this domain type.

Whether this resource is reserved by the system.

Member Of

DomainFilter input ● DomainReferenceFilter input ● DomainTypeFilter input ● DomainTypeReferenceFilter input

Last updated

Was this helpful?