Show / Hide Table of Contents

Class ChoiceInputOption

A choice that the business can select.

Inheritance
object
ChoiceInputOption
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Merchant.issueresolution_v1beta.Data
Assembly: Google.Apis.Merchant.issueresolution_v1beta.dll
Syntax
public class ChoiceInputOption : IDirectResponseSchema

Properties

AdditionalInput

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

Declaration
[JsonProperty("additionalInput")]
public virtual InputField AdditionalInput { get; set; }
Property Value
Type Description
InputField

ETag

The ETag of the item.

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

Id

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

Declaration
[JsonProperty("id")]
public virtual 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
[JsonProperty("label")]
public virtual TextWithTooltip Label { get; set; }
Property Value
Type Description
TextWithTooltip

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX