StudioCreativeAsset constructor

StudioCreativeAsset({
  1. LastModifiedInfo? createInfo,
  2. String? filename,
  3. String? filesize,
  4. String? id,
  5. LastModifiedInfo? lastModifiedInfo,
  6. String? studioAccountId,
  7. String? studioAdvertiserId,
  8. String? studioCreativeId,
  9. String? type,
  10. VideoProcessingData? videoProcessingData,
})

Implementation

StudioCreativeAsset({
  this.createInfo,
  this.filename,
  this.filesize,
  this.id,
  this.lastModifiedInfo,
  this.studioAccountId,
  this.studioAdvertiserId,
  this.studioCreativeId,
  this.type,
  this.videoProcessingData,
});