google_api_sheets v0.0.1 GoogleApi.Sheets.V4.Model.BatchUpdateSpreadsheetRequest View Source

The request for updating any aspect of a spreadsheet.

Attributes

  • includeSpreadsheetInResponse (Boolean): Determines if the update response should include the spreadsheet resource. Defaults to: null.
  • requests (List[Request]): 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. Defaults to: null.
  • responseIncludeGridData (Boolean): True if grid data should be returned. Meaningful only if if include_spreadsheet_response is 'true'. This parameter is ignored if a field mask was set in the request. Defaults to: null.
  • responseRanges (List[String]): Limits the ranges included in the response spreadsheet. Meaningful only if include_spreadsheet_response is 'true'. Defaults to: null.