type property
Type of the text input Possible string values are:
- "TEXT_INPUT_TYPE_UNSPECIFIED" : Default value. Will never be provided by the API.
- "GENERIC_SHORT_TEXT" : Used when a short text is expected. The field can be rendered as a text field.
- "GENERIC_LONG_TEXT" : Used when a longer text is expected. The field should be rendered as a textarea.
Implementation
core.String? type;