View Source GoogleApi.Sheets.V4.Model.MatchedValueRange (google_api_sheets v0.34.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Sheets.V4.Model.MatchedValueRange{
  dataFilters: [GoogleApi.Sheets.V4.Model.DataFilter.t()] | nil,
  valueRange: GoogleApi.Sheets.V4.Model.ValueRange.t() | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.