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

The request for updating any aspect of a spreadsheet. More...

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

Properties

virtual System.Nullable< bool > IncludeSpreadsheetInResponse [get, set]
 Determines if the update response should include the spreadsheet resource. More...
 
virtual System.Collections.Generic.IList< RequestRequests [get, set]
 A list of updates to apply to the spreadsheet. Requests will be applied in the order they are specified. If any request is not valid, no requests will be applied. More...
 
virtual System.Nullable< bool > ResponseIncludeGridData [get, set]
 True if grid data should be returned. Meaningful only if include_spreadsheet_in_response is 'true'. This parameter is ignored if a field mask was set in the request. More...
 
virtual System.Collections.Generic.IList< string > ResponseRanges [get, set]
 Limits the ranges included in the response spreadsheet. Meaningful only if include_spreadsheet_in_response is 'true'. More...
 
virtual string ETag [get, set]
 The ETag of the item. More...
 
- Properties inherited from Google::Apis::Requests::IDirectResponseSchema
string ETag
 

Detailed Description

The request for updating any aspect of a spreadsheet.

Property Documentation

◆ ETag

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

The ETag of the item.

◆ IncludeSpreadsheetInResponse

virtual System.Nullable<bool> Google.Apis.Sheets.v4.Data.BatchUpdateSpreadsheetRequest.IncludeSpreadsheetInResponse
getset

Determines if the update response should include the spreadsheet resource.

◆ Requests

virtual System.Collections.Generic.IList<Request> Google.Apis.Sheets.v4.Data.BatchUpdateSpreadsheetRequest.Requests
getset

A list of updates to apply to the spreadsheet. Requests will be applied in the order they are specified. If any request is not valid, no requests will be applied.

◆ ResponseIncludeGridData

virtual System.Nullable<bool> Google.Apis.Sheets.v4.Data.BatchUpdateSpreadsheetRequest.ResponseIncludeGridData
getset

True if grid data should be returned. Meaningful only if include_spreadsheet_in_response is 'true'. This parameter is ignored if a field mask was set in the request.

◆ ResponseRanges

virtual System.Collections.Generic.IList<string> Google.Apis.Sheets.v4.Data.BatchUpdateSpreadsheetRequest.ResponseRanges
getset

Limits the ranges included in the response spreadsheet. Meaningful only if include_spreadsheet_in_response is 'true'.


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