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

Represents a single filter rule.

Attributes

  • type (type: String.t, default: nil) - The type of value to filter by. Defined by a Filter value.
  • value (type: String.t, default: nil) - The identifying value to filter by, such as a relevant resource ID.

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.