Show / Hide Table of Contents

Class BatchUpdateDocumentRequest

Request message for BatchUpdateDocument.

Inheritance
object
BatchUpdateDocumentRequest
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.Docs.v1.Data
Assembly: Google.Apis.Docs.v1.dll
Syntax
public class BatchUpdateDocumentRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

Requests

A list of updates to apply to the document.

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