Show / Hide Table of Contents

Class Request

The kinds of update requests that can be made.

Inheritance
object
Request
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 Request : IDirectResponseSchema

Properties

CreateItem

Create a new item.

Declaration
[JsonProperty("createItem")]
public virtual CreateItemRequest CreateItem { get; set; }
Property Value
Type Description
CreateItemRequest

DeleteItem

Delete an item.

Declaration
[JsonProperty("deleteItem")]
public virtual DeleteItemRequest DeleteItem { get; set; }
Property Value
Type Description
DeleteItemRequest

ETag

The ETag of the item.

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

MoveItem

Move an item to a specified location.

Declaration
[JsonProperty("moveItem")]
public virtual MoveItemRequest MoveItem { get; set; }
Property Value
Type Description
MoveItemRequest

UpdateFormInfo

Update Form's Info.

Declaration
[JsonProperty("updateFormInfo")]
public virtual UpdateFormInfoRequest UpdateFormInfo { get; set; }
Property Value
Type Description
UpdateFormInfoRequest

UpdateItem

Update an item.

Declaration
[JsonProperty("updateItem")]
public virtual UpdateItemRequest UpdateItem { get; set; }
Property Value
Type Description
UpdateItemRequest

UpdateSettings

Updates the Form's settings.

Declaration
[JsonProperty("updateSettings")]
public virtual UpdateSettingsRequest UpdateSettings { get; set; }
Property Value
Type Description
UpdateSettingsRequest

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX