Class InputValue
Input provided by the business for input field.
Implements
Inherited Members
Namespace: Google.Apis.Merchant.issueresolution_v1beta.Data
Assembly: Google.Apis.Merchant.issueresolution_v1beta.dll
Syntax
public class InputValue : IDirectResponseSchema
Properties
CheckboxInputValue
Value for checkbox input field.
Declaration
[JsonProperty("checkboxInputValue")]
public virtual CheckboxInputValue CheckboxInputValue { get; set; }
Property Value
| Type | Description |
|---|---|
| CheckboxInputValue |
ChoiceInputValue
Value for choice input field.
Declaration
[JsonProperty("choiceInputValue")]
public virtual ChoiceInputValue ChoiceInputValue { get; set; }
Property Value
| Type | Description |
|---|---|
| ChoiceInputValue |
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 TextInputValue TextInputValue { get; set; }
Property Value
| Type | Description |
|---|---|
| TextInputValue |