CreativeAssetMetadata constructor
CreativeAssetMetadata({
- CreativeAssetId? assetIdentifier,
- List<
ClickTag> ? clickTags, - List<
CreativeCustomEvent> ? counterCustomEvents, - List<
String> ? detectedFeatures, - List<
CreativeCustomEvent> ? exitCustomEvents, - String? id,
- DimensionValue? idDimensionValue,
- String? kind,
- bool? richMedia,
- List<
CreativeCustomEvent> ? timerCustomEvents, - List<
String> ? warnedValidationRules,
Implementation
CreativeAssetMetadata({
this.assetIdentifier,
this.clickTags,
this.counterCustomEvents,
this.detectedFeatures,
this.exitCustomEvents,
this.id,
this.idDimensionValue,
this.kind,
this.richMedia,
this.timerCustomEvents,
this.warnedValidationRules,
});