View Source GoogleApi.DoubleClickBidManager.V11.Model.PathQueryOptionsFilter (google_api_double_click_bid_manager v0.25.1)

Dimension Filter on path events.

Attributes

  • filter (type: String.t, default: nil) - Dimension the filter is applied to.
  • match (type: String.t, default: nil) - Indicates how the filter should be matched to the value.
  • values (type: list(String.t), default: nil) - Value to filter on.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DoubleClickBidManager.V11.Model.PathQueryOptionsFilter{
  filter: String.t() | nil,
  match: String.t() | nil,
  values: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.