GoogleAdsSearchads360V23ResourcesDataLink constructor

GoogleAdsSearchads360V23ResourcesDataLink({
  1. String? dataLinkId,
  2. String? productLinkId,
  3. String? resourceName,
  4. String? status,
  5. String? type,
  6. GoogleAdsSearchads360V23ResourcesYoutubeVideoIdentifier? youtubeVideo,
})

Implementation

GoogleAdsSearchads360V23ResourcesDataLink({
  this.dataLinkId,
  this.productLinkId,
  this.resourceName,
  this.status,
  this.type,
  this.youtubeVideo,
});