GoogleApi.DoubleClickSearch.V2.Model.ReportRequestFilters (google_api_double_click_search v0.17.0) 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
Specs
t() :: %GoogleApi.DoubleClickSearch.V2.Model.ReportRequestFilters{
column: GoogleApi.DoubleClickSearch.V2.Model.ReportApiColumnSpec.t() | nil,
operator: String.t() | nil,
values: [any()] | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.