Class InputFieldTextInput
Text input allows merchants to provide a text value.
Implements
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class InputFieldTextInput : IDirectResponseSchema
Properties
AdditionalInfo
Additional info regarding the field to be displayed to merchant. 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 merchants 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 |