Show / Hide Table of Contents

Class BatchUpdateFormRequest

A batch of updates to perform on a form. All the specified updates are made or none of them are.

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

Properties

ETag

The ETag of the item.

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

IncludeFormInResponse

Whether to return an updated version of the model in the response.

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

Requests

Required. The update requests of this batch.

Declaration
[JsonProperty("requests")]
public virtual IList<Request> Requests { get; set; }
Property Value
Type Description
IList<Request>

WriteControl

Provides control over how write requests are executed.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX