View Source GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Common_WebpageConditionInfo (google_api_search_ads360 v0.3.0)

Logical expression for targeting webpages of an advertiser's website.

Attributes

  • argument (type: String.t, default: nil) - Argument of webpage targeting condition.
  • operand (type: String.t, default: nil) - Operand of webpage targeting condition.
  • operator (type: String.t, default: nil) - Operator of webpage targeting condition.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Common_WebpageConditionInfo{
    argument: String.t() | nil,
    operand: String.t() | nil,
    operator: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.