google_api_sheets v0.2.0 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
Functions
Unwrap a decoded JSON object into its complex fields
Link to this section Types
Link to this type
t()
View Source
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()
}
t() :: %GoogleApi.Sheets.V4.Model.DataFilter{ a1Range: any(), developerMetadataLookup: GoogleApi.Sheets.V4.Model.DeveloperMetadataLookup.t(), gridRange: GoogleApi.Sheets.V4.Model.GridRange.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.