Skip to main content

AttributeDefinitionType

The underlying type of the value which an AttributeDefinition represents.

Enum

  • STRING (value: 'STRING')

  • LONG (value: 'LONG')

  • INT (value: 'INT')

  • BOOLEAN (value: 'BOOLEAN')

  • DATE (value: 'DATE')

[Back to top]