Show / Hide Table of Contents

Class BatchUpdateSpreadsheetResponse

The reply for batch updating a spreadsheet.

Inheritance
object
BatchUpdateSpreadsheetResponse
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.Sheets.v4.Data
Assembly: Google.Apis.Sheets.v4.dll
Syntax
public class BatchUpdateSpreadsheetResponse : IDirectResponseSchema

Properties

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>

SpreadsheetId

The spreadsheet the updates were applied to.

Declaration
[JsonProperty("spreadsheetId")]
public virtual string SpreadsheetId { get; set; }
Property Value
Type Description
string

UpdatedSpreadsheet

The spreadsheet after updates were applied. This is only set if BatchUpdateSpreadsheetRequest.include_spreadsheet_in_response is true.

Declaration
[JsonProperty("updatedSpreadsheet")]
public virtual Spreadsheet UpdatedSpreadsheet { get; set; }
Property Value
Type Description
Spreadsheet

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX