View Source GoogleApi.Sheets.V4.Model.DataFilterValueRange (google_api_sheets v0.34.0)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Sheets.V4.Model.DataFilterValueRange{ dataFilter: GoogleApi.Sheets.V4.Model.DataFilter.t() | nil, majorDimension: String.t() | nil, values: [[any()]] | nil }