google_api_sheets v0.24.1 GoogleApi.Sheets.V4.Model.MatchedValueRange View Source
A value range that was matched by one or more data filers.
Attributes
-
dataFilters(type:list(GoogleApi.Sheets.V4.Model.DataFilter.t), default:nil) - The DataFilters from the request that matched the range of values. -
valueRange(type:GoogleApi.Sheets.V4.Model.ValueRange.t, default:nil) - The values matched by the DataFilter.
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.MatchedValueRange{
dataFilters: [GoogleApi.Sheets.V4.Model.DataFilter.t()],
valueRange: GoogleApi.Sheets.V4.Model.ValueRange.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.