Class TextInput
Text input allows the business to provide a text value.
Implements
Inherited Members
Namespace: Google.Apis.Merchant.issueresolution_v1beta.Data
Assembly: Google.Apis.Merchant.issueresolution_v1beta.dll
Syntax
public class TextInput : IDirectResponseSchema
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
[JsonProperty("additionalInfo")]
public virtual TextWithTooltip AdditionalInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| TextWithTooltip |
AriaLabel
Text to be used as the aria-label for the input.
Declaration
[JsonProperty("ariaLabel")]
public virtual string AriaLabel { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { 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
[JsonProperty("formatInfo")]
public virtual string FormatInfo { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Type
Type of the text input
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |