Class InputFieldChoiceInput
Choice input allows merchants to select one of the offered choices. Some choices may be linked to additional input fields that should be displayed under or next to the choice option. The value for the additional input field needs to be provided only when the specific choice is selected by the merchant. For example, additional input field can be hidden or disabled until the merchant selects the specific choice.
Implements
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class InputFieldChoiceInput : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Options
A list of choices. Only one option can be selected.
Declaration
[JsonProperty("options")]
public virtual IList<InputFieldChoiceInputChoiceInputOption> Options { get; set; }
Property Value
Type | Description |
---|---|
IList<InputFieldChoiceInputChoiceInputOption> |