Show / Hide Table of Contents

Class InputValue

Input provided by the business for input field.

Inheritance
object
InputValue
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX