Show / Hide Table of Contents

Class BatchUpdateValuesResponse

The response when updating a range of values in a spreadsheet.

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

Properties

ETag

The ETag of the item.

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

Responses

One UpdateValuesResponse per requested range, in the same order as the requests appeared.

Declaration
[JsonProperty("responses")]
public virtual IList<UpdateValuesResponse> Responses { get; set; }
Property Value
Type Description
IList<UpdateValuesResponse>

SpreadsheetId

The spreadsheet the updates were applied to.

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

TotalUpdatedCells

The total number of cells updated.

Declaration
[JsonProperty("totalUpdatedCells")]
public virtual int? TotalUpdatedCells { get; set; }
Property Value
Type Description
int?

TotalUpdatedColumns

The total number of columns where at least one cell in the column was updated.

Declaration
[JsonProperty("totalUpdatedColumns")]
public virtual int? TotalUpdatedColumns { get; set; }
Property Value
Type Description
int?

TotalUpdatedRows

The total number of rows where at least one cell in the row was updated.

Declaration
[JsonProperty("totalUpdatedRows")]
public virtual int? TotalUpdatedRows { get; set; }
Property Value
Type Description
int?

TotalUpdatedSheets

The total number of sheets where at least one cell in the sheet was updated.

Declaration
[JsonProperty("totalUpdatedSheets")]
public virtual int? TotalUpdatedSheets { get; set; }
Property Value
Type Description
int?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX