Class InputValue.Types.ChoiceInputValue
Value for [choice input][google.shopping.merchant.issueresolution.v1.InputField.ChoiceInput] field.
Implements
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 |