Class InputValue
Input provided by the merchant for input field.
Implements
Inherited Members
Namespace: Google.Apis.ShoppingContent.v2_1.Data
Assembly: Google.Apis.ShoppingContent.v2_1.dll
Syntax
public class InputValue : IDirectResponseSchema
Properties
CheckboxInputValue
Value for checkbox input field.
Declaration
[JsonProperty("checkboxInputValue")]
public virtual InputValueCheckboxInputValue CheckboxInputValue { get; set; }
Property Value
Type | Description |
---|---|
InputValueCheckboxInputValue |
ChoiceInputValue
Value for choice input field.
Declaration
[JsonProperty("choiceInputValue")]
public virtual InputValueChoiceInputValue ChoiceInputValue { get; set; }
Property Value
Type | Description |
---|---|
InputValueChoiceInputValue |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
InputFieldId
Required. Id of the corresponding input field.
Declaration
[JsonProperty("inputFieldId")]
public virtual string InputFieldId { get; set; }
Property Value
Type | Description |
---|---|
string |
TextInputValue
Value for text input field.
Declaration
[JsonProperty("textInputValue")]
public virtual InputValueTextInputValue TextInputValue { get; set; }
Property Value
Type | Description |
---|---|
InputValueTextInputValue |