toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final accountId = this.accountId;
final adChoicesDestinationUrl = this.adChoicesDestinationUrl;
final advertiserName = this.advertiserName;
final agencyId = this.agencyId;
final apiUpdateTime = this.apiUpdateTime;
final creativeFormat = this.creativeFormat;
final creativeId = this.creativeId;
final creativeServingDecision = this.creativeServingDecision;
final dealIds = this.dealIds;
final declaredAttributes = this.declaredAttributes;
final declaredClickThroughUrls = this.declaredClickThroughUrls;
final declaredRestrictedCategories = this.declaredRestrictedCategories;
final declaredVendorIds = this.declaredVendorIds;
final html = this.html;
final impressionTrackingUrls = this.impressionTrackingUrls;
final name = this.name;
final native = this.native;
final renderUrl = this.renderUrl;
final restrictedCategories = this.restrictedCategories;
final version = this.version;
final video = this.video;
return {
'accountId': ?accountId,
'adChoicesDestinationUrl': ?adChoicesDestinationUrl,
'advertiserName': ?advertiserName,
'agencyId': ?agencyId,
'apiUpdateTime': ?apiUpdateTime,
'creativeFormat': ?creativeFormat,
'creativeId': ?creativeId,
'creativeServingDecision': ?creativeServingDecision,
'dealIds': ?dealIds,
'declaredAttributes': ?declaredAttributes,
'declaredClickThroughUrls': ?declaredClickThroughUrls,
'declaredRestrictedCategories': ?declaredRestrictedCategories,
'declaredVendorIds': ?declaredVendorIds,
'html': ?html,
'impressionTrackingUrls': ?impressionTrackingUrls,
'name': ?name,
'native': ?native,
'renderUrl': ?renderUrl,
'restrictedCategories': ?restrictedCategories,
'version': ?version,
'video': ?video,
};
}