Class CreateItemResponse
The result of creating an item.
Implements
Inherited Members
Namespace: Google.Apis.Forms.v1.Data
Assembly: Google.Apis.Forms.v1.dll
Syntax
public class CreateItemResponse : IDirectResponseSchemaProperties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
ItemId
The ID of the created item.
Declaration
[JsonProperty("itemId")]
public virtual string ItemId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | 
QuestionId
The ID of the question created as part of this item, for a question group it lists IDs of all the questions created for this item.
Declaration
[JsonProperty("questionId")]
public virtual IList<string> QuestionId { get; set; }Property Value
| Type | Description | 
|---|---|
| IList<string> |