Class BatchUpdateDocumentResponse
Response message from a BatchUpdateDocument request.
Implements
Inherited Members
Namespace: Google.Apis.Docs.v1.Data
Assembly: Google.Apis.Docs.v1.dll
Syntax
public class BatchUpdateDocumentResponse : IDirectResponseSchema
Properties
DocumentId
The ID of the document to which the updates were applied to.
Declaration
[JsonProperty("documentId")]
public virtual string DocumentId { 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 |
Replies
The reply of the updates. This maps 1:1 with the updates, although replies to some requests may be empty.
Declaration
[JsonProperty("replies")]
public virtual IList<Response> Replies { get; set; }
Property Value
Type | Description |
---|---|
IList<Response> |
WriteControl
The updated write control after applying the request.
Declaration
[JsonProperty("writeControl")]
public virtual WriteControl WriteControl { get; set; }
Property Value
Type | Description |
---|---|
WriteControl |