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

A keyword criterion.

Attributes

  • matchType (type: String.t, default: nil) - The match type of the keyword.
  • text (type: String.t, default: nil) - The text of the keyword (at most 80 characters and 10 words).

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Common_KeywordInfo{
    matchType: String.t() | nil,
    text: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.