google_api_sheets v0.24.1 GoogleApi.Sheets.V4.Model.FilterView View Source
A filter view.
Attributes
-
criteria(type:%{optional(String.t) => GoogleApi.Sheets.V4.Model.FilterCriteria.t}, default:nil) - The criteria for showing/hiding values per column. The map's key is the column index, and the value is the criteria for that column. -
filterViewId(type:integer(), default:nil) - The ID of the filter view. -
namedRangeId(type:String.t, default:nil) - The named range this filter view is backed by, if any. When writing, only one of range or named_range_id may be set. -
range(type:GoogleApi.Sheets.V4.Model.GridRange.t, default:nil) - The range this filter view covers. When writing, only one of range or named_range_id may be set. -
sortSpecs(type:list(GoogleApi.Sheets.V4.Model.SortSpec.t), default:nil) - The sort order per column. Later specifications are used when values are equal in the earlier specifications. -
title(type:String.t, default:nil) - The name of the filter view.
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.FilterView{
criteria: %{
optional(String.t()) => GoogleApi.Sheets.V4.Model.FilterCriteria.t()
},
filterViewId: integer(),
namedRangeId: String.t(),
range: GoogleApi.Sheets.V4.Model.GridRange.t(),
sortSpecs: [GoogleApi.Sheets.V4.Model.SortSpec.t()],
title: String.t()
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.