Class Option
An option for a Choice question.
Implements
Inherited Members
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 |