google_api_sheets v0.0.2 GoogleApi.Sheets.V4.Model.DataFilter View Source

Filter that describes what data should be selected or returned from a request.

Attributes

  • a1Range (String.t): Selects data that matches the specified A1 range. Defaults to: null.
  • developerMetadataLookup (DeveloperMetadataLookup): Selects data associated with the developer metadata matching the criteria described by this DeveloperMetadataLookup. Defaults to: null.
  • gridRange (GridRange): Selects data that matches the range described by the GridRange. Defaults to: null.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %GoogleApi.Sheets.V4.Model.DataFilter{
  a1Range: any(),
  developerMetadataLookup: GoogleApi.Sheets.V4.Model.DeveloperMetadataLookup.t(),
  gridRange: GoogleApi.Sheets.V4.Model.GridRange.t()
}