dtkt.shared.v1beta1messages.protoField
MessageRepresents a field within a table, query, input/output, etc.
| Field | Type | Number | Description |
|---|---|---|---|
| name | string | 1 | Name of the field. |
| type | DataType dtkt.shared.v1beta1.DataType | 2 | Data type of the field. |
| description | string | 3 | Description of the field. |
| nullable | bool | 4 | Indicates if the field allows null values (i.e. is not required). |
| repeated | bool | 5 | Indicates if the field contains repeated values (i.e. an array of the given type). |
| fields | Field[] dtkt.shared.v1beta1.Field[] | 6 | Nested fields, if the field is a complex type (i.e. the type represents an object or map type). |
| element | FieldElement dtkt.protoform.v1beta1.FieldElement | 7 | Protoform field element for runtime UI configuration. |