google_api_sheets v0.22.0 GoogleApi.Sheets.V4.Model.DataFilterValueRange View Source
A range of values whose location is specified by a DataFilter.
Attributes
dataFilter
(type:GoogleApi.Sheets.V4.Model.DataFilter.t
, default:nil
) - The data filter describing the location of the values in the spreadsheet.majorDimension
(type:String.t
, default:nil
) - The major dimension of the values.values
(type:list(list(any()))
, default:nil
) - The data to be written. If the provided values exceed any of the ranges matched by the data filter then the request fails. If the provided values are less than the matched ranges only the specified values are written, existing values in the matched ranges remain unaffected.
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 Sourcet() :: %GoogleApi.Sheets.V4.Model.DataFilterValueRange{ dataFilter: GoogleApi.Sheets.V4.Model.DataFilter.t(), majorDimension: String.t(), values: [[any()]] }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.