StudioCreative constructor
StudioCreative({
- List<
String> ? assetIds, - String? backupImageAssetId,
- LastModifiedInfo? createdInfo,
- StudioCreativeDimension? dimension,
- String? dynamicProfileId,
- String? format,
- String? id,
- LastModifiedInfo? lastModifiedInfo,
- String? name,
- String? status,
- String? studioAccountId,
- String? studioAdvertiserId,
- 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,
});