GoogleAdsSearchads360V23CommonYouTubeVideoInfo.fromJson constructor

GoogleAdsSearchads360V23CommonYouTubeVideoInfo.fromJson(
  1. Map json_
)

Implementation

GoogleAdsSearchads360V23CommonYouTubeVideoInfo.fromJson(core.Map json_)
  : this(videoId: json_['videoId'] as core.String?);