Enum InputField.Types.TextInput.Types.TextInputType
Enum specifying the type of the text input and how it should be rendered.
Namespace: Google.Shopping.Merchant.IssueResolution.V1
Assembly: Google.Shopping.Merchant.IssueResolution.V1.dll
Syntax
public enum InputField.Types.TextInput.Types.TextInputType
Fields
Name | Description |
---|---|
GenericLongText | Used when a longer text is expected. The field should be rendered as a textarea. |
GenericShortText | Used when a short text is expected. The field can be rendered as a text field. |
Unspecified | Default value. Will never be provided by the API. |