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