Show / Hide Table of Contents

Class InputField.Types.ChoiceInput

Choice input allows the business to select one of the offered choices. Some choices may be linked to additional input fields that should be displayed under or next to the choice option. The value for the additional input field needs to be provided only when the specific choice is selected by the the business. For example, additional input field can be hidden or disabled until the business selects the specific choice.

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

Constructors

ChoiceInput()

Declaration
public ChoiceInput()

ChoiceInput(ChoiceInput)

Declaration
public ChoiceInput(InputField.Types.ChoiceInput other)
Parameters
Type Name Description
InputField.Types.ChoiceInput other

Properties

Options

A list of choices. Only one option can be selected.

Declaration
public RepeatedField<InputField.Types.ChoiceInput.Types.ChoiceInputOption> Options { get; }
Property Value
Type Description
RepeatedField<InputField.Types.ChoiceInput.Types.ChoiceInputOption>
In this article
Back to top Generated by DocFX