Class InputField.Types.TextInput
Text input allows the business to provide a text value.
Implements
Namespace: Google.Shopping.Merchant.IssueResolution.V1
Assembly: Google.Shopping.Merchant.IssueResolution.V1.dll
Syntax
public sealed class InputField.Types.TextInput : IMessage<InputField.Types.TextInput>, IEquatable<InputField.Types.TextInput>, IDeepCloneable<InputField.Types.TextInput>, IBufferMessage, IMessage
Constructors
TextInput()
Declaration
public TextInput()
TextInput(TextInput)
Declaration
public TextInput(InputField.Types.TextInput other)
Parameters
| Type | Name | Description |
|---|---|---|
| InputField.Types.TextInput | other |
Properties
AdditionalInfo
Additional info regarding the field to be displayed to the business. For example, warning to not include personal identifiable information. There may be more information to be shown in a tooltip.
Declaration
public TextWithTooltip AdditionalInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| TextWithTooltip |
AriaLabel
Text to be used as the aria-label for the input.
Declaration
public string AriaLabel { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FormatInfo
Information about the required format. If present, it should be shown close to the input field to help the business to provide a correct value. For example: "VAT numbers should be in a format similar to SK9999999999"
Declaration
public string FormatInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
HasAriaLabel
Gets whether the "aria_label" field is set
Declaration
public bool HasAriaLabel { get; }
Property Value
| Type | Description |
|---|---|
| bool |
HasFormatInfo
Gets whether the "format_info" field is set
Declaration
public bool HasFormatInfo { get; }
Property Value
| Type | Description |
|---|---|
| bool |
Type
Type of the text input
Declaration
public InputField.Types.TextInput.Types.TextInputType Type { get; set; }
Property Value
| Type | Description |
|---|---|
| InputField.Types.TextInput.Types.TextInputType |