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

BooleanAttributeOrder

No description

input BooleanAttributeOrder {
  booleanValue: SortOrder
  createdBy: [UserOrder]
  createdOn: SortOrder
  id: SortOrder
  modifiedBy: [UserOrder]
  modifiedOn: SortOrder
  system: SortOrder
  type: [AttributeTypeOrder]
}

Fields

booleanValue ● SortOrder enum

The boolean value of this attribute.

createdBy ● [UserOrder] list input

The user who created this resource.

createdOn ● SortOrder enum

The creation date of this resource.

id ● SortOrder enum

The universally unique identifier of this node.

modifiedBy ● [UserOrder] list input

The user who last modified this resource.

modifiedOn ● SortOrder enum

The last modified date of this resource.

system ● SortOrder enum

Whether this resource is reserved by the system.

type ● [AttributeTypeOrder] list input

The attribute type of this attribute.

Last updated

Was this helpful?