Show / Hide Table of Contents

Class InputValue.Types.ChoiceInputValue

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

Inheritance
object
InputValue.Types.ChoiceInputValue
Implements
IMessage<InputValue.Types.ChoiceInputValue>
IEquatable<InputValue.Types.ChoiceInputValue>
IDeepCloneable<InputValue.Types.ChoiceInputValue>
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.Types.ChoiceInputValue : IMessage<InputValue.Types.ChoiceInputValue>, IEquatable<InputValue.Types.ChoiceInputValue>, IDeepCloneable<InputValue.Types.ChoiceInputValue>, IBufferMessage, IMessage

Constructors

ChoiceInputValue()

Declaration
public ChoiceInputValue()

ChoiceInputValue(ChoiceInputValue)

Declaration
public ChoiceInputValue(InputValue.Types.ChoiceInputValue other)
Parameters
Type Name Description
InputValue.Types.ChoiceInputValue other

Properties

ChoiceInputOptionId

Required. [Id][InputField.ChoiceInput.id] of the option that was selected by the business.

Declaration
public string ChoiceInputOptionId { get; set; }
Property Value
Type Description
string
In this article
Back to top Generated by DocFX