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

A Keyword criterion segment.

Attributes

  • adGroupCriterion (type: String.t, default: nil) - The AdGroupCriterion resource name.
  • info (type: GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Common_KeywordInfo.t, default: nil) - Keyword info.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Common_Keyword{
  adGroupCriterion: String.t() | nil,
  info:
    GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Common_KeywordInfo.t()
    | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.