ENUM

DocumentAttributeType

Description

Type of document attribute.

link GraphQL Schema definition

  • enum DocumentAttributeType {
  • # Unspecified attribute type.
  • ATTRIBUTE_TYPE_UNSPECIFIED
  • # Document type attribute.
  • DOCUMENT_TYPE
  • }