View Source GoogleApi.DoubleClickBidManager.V2.Model.FilterPair (google_api_double_click_bid_manager v0.23.0)

Filter used to match traffic data in your report.

Attributes

  • type (type: String.t, default: nil) - Filter type.
  • value (type: String.t, default: nil) - Filter value.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DoubleClickBidManager.V2.Model.FilterPair{
  type: String.t() | nil,
  value: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.