GoogleApi.Sheets.V4.Model.BatchUpdateSpreadsheetRequest (google_api_sheets v0.25.2) View Source
The request for updating any aspect of a spreadsheet.
Attributes
-
includeSpreadsheetInResponse
(type:boolean()
, default:nil
) - Determines if the update response should include the spreadsheet resource. -
requests
(type:list(GoogleApi.Sheets.V4.Model.Request.t)
, default:nil
) - 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
(type:boolean()
, default:nil
) - 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
(type:list(String.t)
, default:nil
) - Limits the ranges included in the response spreadsheet. Meaningful only if include_spreadsheet_in_response is 'true'.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Sheets.V4.Model.BatchUpdateSpreadsheetRequest{ includeSpreadsheetInResponse: boolean(), requests: [GoogleApi.Sheets.V4.Model.Request.t()], responseIncludeGridData: boolean(), responseRanges: [String.t()] }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.