google_api_double_click_search v0.2.0 GoogleApi.DoubleClickSearch.V2.Model.ReportRequestFilters View Source
Attributes
- column (ReportApiColumnSpec): Column to perform the filter on. This can be a DoubleClick Search column or a saved column. Defaults to:
null
. - operator (String.t): Operator to use in the filter. See the filter reference for a list of available operators. Defaults to:
null
. - values ([ErrorUnknown]): A list of values to filter the column value against. The maximum number of filter values per request is 300. 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.DoubleClickSearch.V2.Model.ReportRequestFilters{
column: GoogleApi.DoubleClickSearch.V2.Model.ReportApiColumnSpec.t(),
operator: any(),
values: list()
}
t() :: %GoogleApi.DoubleClickSearch.V2.Model.ReportRequestFilters{ column: GoogleApi.DoubleClickSearch.V2.Model.ReportApiColumnSpec.t(), operator: any(), values: list() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.