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

DomainTypeOrder

No description

input DomainTypeOrder {
  createdBy: [UserOrder]
  createdOn: SortOrder
  description: SortOrder
  id: SortOrder
  meta: SortOrder
  modifiedBy: [UserOrder]
  modifiedOn: SortOrder
  name: SortOrder
  parent: [DomainTypeOrder]
  publicId: SortOrder
  system: SortOrder
}

Fields

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

DomainOrder input ● DomainTypeOrder input

Last updated

Was this helpful?