Show / Hide Table of Contents

Class Option

An option for a Choice question.

Inheritance
object
Option
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.Forms.v1.Data
Assembly: Google.Apis.Forms.v1.dll
Syntax
public class Option : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

GoToAction

Section navigation type.

Declaration
[JsonProperty("goToAction")]
public virtual string GoToAction { get; set; }
Property Value
Type Description
string

GoToSectionId

Item ID of section header to go to.

Declaration
[JsonProperty("goToSectionId")]
public virtual string GoToSectionId { get; set; }
Property Value
Type Description
string

Image

Display image as an option.

Declaration
[JsonProperty("image")]
public virtual Image Image { get; set; }
Property Value
Type Description
Image

IsOther

Whether the option is "other". Currently only applies to RADIO and CHECKBOX choice types, but is not allowed in a QuestionGroupItem.

Declaration
[JsonProperty("isOther")]
public virtual bool? IsOther { get; set; }
Property Value
Type Description
bool?

Value

Required. The choice as presented to the user.

Declaration
[JsonProperty("value")]
public virtual string Value { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX