Creative constructor
Creative({
- String? accountId,
- String? adChoicesDestinationUrl,
- AdTechnologyProviders? adTechnologyProviders,
- String? advertiserName,
- String? agencyId,
- String? apiUpdateTime,
- List<
String> ? attributes, - List<
String> ? clickThroughUrls, - List<
Correction> ? corrections, - String? creativeId,
- String? dealsStatus,
- List<
String> ? declaredClickThroughUrls, - List<
String> ? detectedAdvertiserIds, - List<
String> ? detectedDomains, - List<
String> ? detectedLanguages, - List<
int> ? detectedProductCategories, - List<
int> ? detectedSensitiveCategories, - HtmlContent? html,
- List<
String> ? impressionTrackingUrls, - NativeContent? native,
- String? openAuctionStatus,
- List<
String> ? restrictedCategories, - List<
ServingRestriction> ? servingRestrictions, - List<
int> ? vendorIds, - int? version,
- VideoContent? video,
Implementation
Creative({
this.accountId,
this.adChoicesDestinationUrl,
this.adTechnologyProviders,
this.advertiserName,
this.agencyId,
this.apiUpdateTime,
this.attributes,
this.clickThroughUrls,
this.corrections,
this.creativeId,
this.dealsStatus,
this.declaredClickThroughUrls,
this.detectedAdvertiserIds,
this.detectedDomains,
this.detectedLanguages,
this.detectedProductCategories,
this.detectedSensitiveCategories,
this.html,
this.impressionTrackingUrls,
this.native,
this.openAuctionStatus,
this.restrictedCategories,
this.servingRestrictions,
this.vendorIds,
this.version,
this.video,
});