View Source GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Common_SearchAds360ExpandedDynamicSearchAdInfo (google_api_search_ads360 v0.5.0)

An expanded dynamic search ad.

Attributes

  • adTrackingId (type: String.t, default: nil) - The tracking id of the ad.
  • description1 (type: String.t, default: nil) - The first line of the ad's description.
  • description2 (type: String.t, default: nil) - The second line of the ad's description.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Common_SearchAds360ExpandedDynamicSearchAdInfo{
    adTrackingId: String.t() | nil,
    description1: String.t() | nil,
    description2: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.