google_api_sheets v0.2.0 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 ([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_in_response is 'true'. This parameter is ignored if a field mask was set in the request. Defaults to:
null
. - responseRanges ([String.t]): Limits the ranges included in the response spreadsheet. Meaningful only if include_spreadsheet_response is 'true'. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.Sheets.V4.Model.BatchUpdateSpreadsheetRequest{
includeSpreadsheetInResponse: any(),
requests: [GoogleApi.Sheets.V4.Model.Request.t()],
responseIncludeGridData: any(),
responseRanges: [any()]
}
t() :: %GoogleApi.Sheets.V4.Model.BatchUpdateSpreadsheetRequest{ includeSpreadsheetInResponse: any(), requests: [GoogleApi.Sheets.V4.Model.Request.t()], responseIncludeGridData: any(), responseRanges: [any()] }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.