Class InputFieldChoiceInputChoiceInputOption
A choice that merchant can select.
Implements
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class InputFieldChoiceInputChoiceInputOption : IDirectResponseSchema
Properties
AdditionalInput
Input that should be displayed when this option is selected. The additional input will not contain a
ChoiceInput
.
Declaration
[JsonProperty("additionalInput")]
public virtual InputField AdditionalInput { get; set; }
Property Value
Type | Description |
---|---|
InputField |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
Not for display but need to be sent back for the selected choice option.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
Label
Short description of the choice option. There may be more information to be shown as a tooltip.
Declaration
[JsonProperty("label")]
public virtual TextWithTooltip Label { get; set; }
Property Value
Type | Description |
---|---|
TextWithTooltip |