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

AssetTypeOrder

No description

input AssetTypeOrder {
  acronym: SortOrder
  color: SortOrder
  createdBy: [UserOrder]
  createdOn: SortOrder
  description: SortOrder
  icon: SortOrder
  id: SortOrder
  modifiedBy: [UserOrder]
  modifiedOn: SortOrder
  name: SortOrder
  parent: [AssetTypeOrder]
  publicId: SortOrder
  symbolType: SortOrder
  system: SortOrder
}

Fields

The acronym of this type.

The user interface color of this type.

The user who created this resource.

The creation date of this resource.

The description of this type.

The user interface icon of this type.

The universally unique identifier of this node.

The user who last modified this resource.

The last modified date of this resource.

The name of this type.

The parent asset type of this asset type.

The public identifier of this type.

Whether this resource is reserved by the system.

Member Of

AssetOrder input ● AssetTypeOrder input ● RelationTypeOrder input

Last updated

Was this helpful?