Show / Hide Table of Contents

Class InputField.Types.ChoiceInput.Types.ChoiceInputOption

A choice that the business can select.

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

Constructors

ChoiceInputOption()

Declaration
public ChoiceInputOption()

ChoiceInputOption(ChoiceInputOption)

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

Properties

AdditionalInput

Input that should be displayed when this option is selected. The additional input will not contain a ChoiceInput.

Declaration
public InputField AdditionalInput { get; set; }
Property Value
Type Description
InputField

Id

Not for display but need to be sent back for the selected choice option.

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

Label

Short description of the choice option. There may be more information to be shown as a tooltip.

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