Creative constructor
Creative({
- String? accountId,
- String? adChoicesDestinationUrl,
- String? advertiserName,
- String? agencyId,
- String? apiUpdateTime,
- String? creativeFormat,
- String? creativeId,
- CreativeServingDecision? creativeServingDecision,
- List<
String> ? dealIds, - List<
String> ? declaredAttributes, - List<
String> ? declaredClickThroughUrls, - List<
String> ? declaredRestrictedCategories, - List<
int> ? declaredVendorIds, - HtmlContent? html,
- List<
String> ? impressionTrackingUrls, - String? name,
- NativeContent? native,
- String? renderUrl,
- List<
String> ? restrictedCategories, - int? version,
- VideoContent? video,
Implementation
Creative({
this.accountId,
this.adChoicesDestinationUrl,
this.advertiserName,
this.agencyId,
this.apiUpdateTime,
this.creativeFormat,
this.creativeId,
this.creativeServingDecision,
this.dealIds,
this.declaredAttributes,
this.declaredClickThroughUrls,
this.declaredRestrictedCategories,
this.declaredVendorIds,
this.html,
this.impressionTrackingUrls,
this.name,
this.native,
this.renderUrl,
this.restrictedCategories,
this.version,
this.video,
});