Class Item
A single item of the form. kind
defines which kind of item it is.
Implements
Inherited Members
Namespace: Google.Apis.Forms.v1.Data
Assembly: Google.Apis.Forms.v1.dll
Syntax
public class Item : IDirectResponseSchema
Properties
Description
The description of the item.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ImageItem
Displays an image on the page.
Declaration
[JsonProperty("imageItem")]
public virtual ImageItem ImageItem { get; set; }
Property Value
Type | Description |
---|---|
ImageItem |
ItemId
The item ID. On creation, it can be provided but the ID must not be already used in the form. If not provided, a new ID is assigned.
Declaration
[JsonProperty("itemId")]
public virtual string ItemId { get; set; }
Property Value
Type | Description |
---|---|
string |
PageBreakItem
Starts a new page with a title.
Declaration
[JsonProperty("pageBreakItem")]
public virtual PageBreakItem PageBreakItem { get; set; }
Property Value
Type | Description |
---|---|
PageBreakItem |
QuestionGroupItem
Poses one or more questions to the user with a single major prompt.
Declaration
[JsonProperty("questionGroupItem")]
public virtual QuestionGroupItem QuestionGroupItem { get; set; }
Property Value
Type | Description |
---|---|
QuestionGroupItem |
QuestionItem
Poses a question to the user.
Declaration
[JsonProperty("questionItem")]
public virtual QuestionItem QuestionItem { get; set; }
Property Value
Type | Description |
---|---|
QuestionItem |
TextItem
Displays a title and description on the page.
Declaration
[JsonProperty("textItem")]
public virtual TextItem TextItem { get; set; }
Property Value
Type | Description |
---|---|
TextItem |
Title
The title of the item.
Declaration
[JsonProperty("title")]
public virtual string Title { get; set; }
Property Value
Type | Description |
---|---|
string |
VideoItem
Displays a video on the page.
Declaration
[JsonProperty("videoItem")]
public virtual VideoItem VideoItem { get; set; }
Property Value
Type | Description |
---|---|
VideoItem |