GoogleAdsSearchads360V23ResourcesMediaFile constructor

GoogleAdsSearchads360V23ResourcesMediaFile({
  1. GoogleAdsSearchads360V23ResourcesMediaAudio? audio,
  2. String? fileSize,
  3. String? id,
  4. GoogleAdsSearchads360V23ResourcesMediaImage? image,
  5. GoogleAdsSearchads360V23ResourcesMediaBundle? mediaBundle,
  6. String? mimeType,
  7. String? name,
  8. String? resourceName,
  9. String? sourceUrl,
  10. String? type,
  11. GoogleAdsSearchads360V23ResourcesMediaVideo? video,
})

Implementation

GoogleAdsSearchads360V23ResourcesMediaFile({
  this.audio,
  this.fileSize,
  this.id,
  this.image,
  this.mediaBundle,
  this.mimeType,
  this.name,
  this.resourceName,
  this.sourceUrl,
  this.type,
  this.video,
});