StudioCreativeAsset constructor
StudioCreativeAsset({
- LastModifiedInfo? createInfo,
- String? filename,
- String? filesize,
- String? id,
- LastModifiedInfo? lastModifiedInfo,
- String? studioAccountId,
- String? studioAdvertiserId,
- String? studioCreativeId,
- String? type,
- VideoProcessingData? videoProcessingData,
Implementation
StudioCreativeAsset({
this.createInfo,
this.filename,
this.filesize,
this.id,
this.lastModifiedInfo,
this.studioAccountId,
this.studioAdvertiserId,
this.studioCreativeId,
this.type,
this.videoProcessingData,
});