Show / Hide Table of Contents

Class 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
ChoiceInput
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 ChoiceInput : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Options

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

Declaration
[JsonProperty("options")]
public virtual IList<ChoiceInputOption> Options { get; set; }
Property Value
Type Description
IList<ChoiceInputOption>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX