sheets  v4
Properties | List of all members
Google.Apis.Sheets.v4.Data.UpdateValuesResponse Class Reference

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

Inheritance diagram for Google.Apis.Sheets.v4.Data.UpdateValuesResponse:
Google::Apis::Requests::IDirectResponseSchema

Properties

virtual string SpreadsheetId [get, set]
 The spreadsheet the updates were applied to. More...
 
virtual System.Nullable< int > UpdatedCells [get, set]
 The number of cells updated. More...
 
virtual System.Nullable< int > UpdatedColumns [get, set]
 The number of columns where at least one cell in the column was updated. More...
 
virtual ValueRange UpdatedData [get, set]
 The values of the cells after updates were applied. This is only included if the request's includeValuesInResponse field was true. More...
 
virtual string UpdatedRange [get, set]
 The range (in A1 notation) that updates were applied to. More...
 
virtual System.Nullable< int > UpdatedRows [get, set]
 The number of rows where at least one cell in the row was updated. More...
 
virtual string ETag [get, set]
 The ETag of the item. More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Detailed Description

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

Property Documentation

◆ ETag

virtual string Google.Apis.Sheets.v4.Data.UpdateValuesResponse.ETag
getset

The ETag of the item.

◆ SpreadsheetId

virtual string Google.Apis.Sheets.v4.Data.UpdateValuesResponse.SpreadsheetId
getset

The spreadsheet the updates were applied to.

◆ UpdatedCells

virtual System.Nullable<int> Google.Apis.Sheets.v4.Data.UpdateValuesResponse.UpdatedCells
getset

The number of cells updated.

◆ UpdatedColumns

virtual System.Nullable<int> Google.Apis.Sheets.v4.Data.UpdateValuesResponse.UpdatedColumns
getset

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

◆ UpdatedData

virtual ValueRange Google.Apis.Sheets.v4.Data.UpdateValuesResponse.UpdatedData
getset

The values of the cells after updates were applied. This is only included if the request's includeValuesInResponse field was true.

◆ UpdatedRange

virtual string Google.Apis.Sheets.v4.Data.UpdateValuesResponse.UpdatedRange
getset

The range (in A1 notation) that updates were applied to.

◆ UpdatedRows

virtual System.Nullable<int> Google.Apis.Sheets.v4.Data.UpdateValuesResponse.UpdatedRows
getset

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


The documentation for this class was generated from the following file: