google_api_double_click_bid_manager v0.17.0 GoogleApi.DoubleClickBidManager.V11.Model.PathQueryOptionsFilter View Source

Dimension Filter for a Path Filter.

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.