GoogleAdsSearchads360V23ResourcesVideo constructor

GoogleAdsSearchads360V23ResourcesVideo({
  1. String? channelId,
  2. String? durationMillis,
  3. String? id,
  4. String? resourceName,
  5. String? title,
})

Implementation

GoogleAdsSearchads360V23ResourcesVideo({
  this.channelId,
  this.durationMillis,
  this.id,
  this.resourceName,
  this.title,
});