GoogleApi.DoubleClickBidManager.V1.Model.FilterPair (google_api_double_click_bid_manager v0.21.0) View Source

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.