GoogleAdsSearchads360V23CommonYoutubeVideoAsset.fromJson constructor
GoogleAdsSearchads360V23CommonYoutubeVideoAsset.fromJson(
- Map json_
Implementation
GoogleAdsSearchads360V23CommonYoutubeVideoAsset.fromJson(core.Map json_)
: this(
youtubeVideoId: json_['youtubeVideoId'] as core.String?,
youtubeVideoTitle: json_['youtubeVideoTitle'] as core.String?,
);