StudioCreative constructor

StudioCreative({
  1. List<String>? assetIds,
  2. String? backupImageAssetId,
  3. LastModifiedInfo? createdInfo,
  4. StudioCreativeDimension? dimension,
  5. String? dynamicProfileId,
  6. String? format,
  7. String? id,
  8. LastModifiedInfo? lastModifiedInfo,
  9. String? name,
  10. String? status,
  11. String? studioAccountId,
  12. String? studioAdvertiserId,
  13. String? studioCampaignId,
})

Implementation

StudioCreative({
  this.assetIds,
  this.backupImageAssetId,
  this.createdInfo,
  this.dimension,
  this.dynamicProfileId,
  this.format,
  this.id,
  this.lastModifiedInfo,
  this.name,
  this.status,
  this.studioAccountId,
  this.studioAdvertiserId,
  this.studioCampaignId,
});