View Source GoogleApi.DoubleClickBidManager.V11.Model.DisjunctiveMatchStatement (google_api_double_click_bid_manager v0.25.0)

DisjunctiveMatchStatement that OR's all contained filters.

Attributes

  • eventFilters (type: list(GoogleApi.DoubleClickBidManager.V11.Model.EventFilter.t), default: nil) - Filters. There is a limit of 100 filters that can be set per disjunctive match statement.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DoubleClickBidManager.V11.Model.DisjunctiveMatchStatement{
  eventFilters:
    [GoogleApi.DoubleClickBidManager.V11.Model.EventFilter.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.