Show / Hide Table of Contents

Class InputValue

Input provided by the business for input field.

Inheritance
object
InputValue
Implements
IMessage<InputValue>
IEquatable<InputValue>
IDeepCloneable<InputValue>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Merchant.IssueResolution.V1
Assembly: Google.Shopping.Merchant.IssueResolution.V1.dll
Syntax
public sealed class InputValue : IMessage<InputValue>, IEquatable<InputValue>, IDeepCloneable<InputValue>, IBufferMessage, IMessage

Constructors

InputValue()

Declaration
public InputValue()

InputValue(InputValue)

Declaration
public InputValue(InputValue other)
Parameters
Type Name Description
InputValue other

Properties

CheckboxInputValue

Value for [checkbox input][google.shopping.merchant.issueresolution.v1.InputField.CheckboxInput] field.

Declaration
public InputValue.Types.CheckboxInputValue CheckboxInputValue { get; set; }
Property Value
Type Description
InputValue.Types.CheckboxInputValue

ChoiceInputValue

Value for [choice input][google.shopping.merchant.issueresolution.v1.InputField.ChoiceInput] field.

Declaration
public InputValue.Types.ChoiceInputValue ChoiceInputValue { get; set; }
Property Value
Type Description
InputValue.Types.ChoiceInputValue

InputFieldId

Required. [Id][google.shopping.merchant.issueresolution.v1.InputField.id] of the corresponding input field.

Declaration
public string InputFieldId { get; set; }
Property Value
Type Description
string

TextInputValue

Value for [text input][google.shopping.merchant.issueresolution.v1.InputField.TextInput] field.

Declaration
public InputValue.Types.TextInputValue TextInputValue { get; set; }
Property Value
Type Description
InputValue.Types.TextInputValue

ValueCase

Declaration
public InputValue.ValueOneofCase ValueCase { get; }
Property Value
Type Description
InputValue.ValueOneofCase
In this article
Back to top Generated by DocFX