google_api_sheets v0.19.0 GoogleApi.Sheets.V4.Model.DataFilter View Source
Filter that describes what data should be selected or returned from a request.
Attributes
a1Range
(type:String.t
, default:nil
) - Selects data that matches the specified A1 range.developerMetadataLookup
(type:GoogleApi.Sheets.V4.Model.DeveloperMetadataLookup.t
, default:nil
) - Selects data associated with the developer metadata matching the criteria described by this DeveloperMetadataLookup.gridRange
(type:GoogleApi.Sheets.V4.Model.GridRange.t
, default:nil
) - Selects data that matches the range described by the GridRange.
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.DataFilter{ a1Range: String.t(), developerMetadataLookup: GoogleApi.Sheets.V4.Model.DeveloperMetadataLookup.t(), gridRange: GoogleApi.Sheets.V4.Model.GridRange.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.