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

A YouTube asset.

Attributes

  • youtubeVideoId (type: String.t, default: nil) - YouTube video id. This is the 11 character string value used in the YouTube video URL.
  • youtubeVideoTitle (type: String.t, default: nil) - YouTube video title.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.SearchAds360.V0.Model.GoogleAdsSearchads360V0Common_YoutubeVideoAsset{
    youtubeVideoId: String.t() | nil,
    youtubeVideoTitle: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.