View Source GoogleApi.DoubleClickSearch.V2.Model.ReportRequestFilters (google_api_double_click_search v0.19.0)

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DoubleClickSearch.V2.Model.ReportRequestFilters{
  column: GoogleApi.DoubleClickSearch.V2.Model.ReportApiColumnSpec.t() | nil,
  operator: String.t() | nil,
  values: [any()] | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.