toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final allowedUserTargetingModes = this.allowedUserTargetingModes;
final appTargeting = this.appTargeting;
final billingId = this.billingId;
final displayName = this.displayName;
final excludedContentLabelIds = this.excludedContentLabelIds;
final geoTargeting = this.geoTargeting;
final includedCreativeDimensions = this.includedCreativeDimensions;
final includedEnvironments = this.includedEnvironments;
final includedFormats = this.includedFormats;
final includedLanguages = this.includedLanguages;
final includedMobileOperatingSystemIds =
this.includedMobileOperatingSystemIds;
final includedPlatforms = this.includedPlatforms;
final includedUserIdTypes = this.includedUserIdTypes;
final interstitialTargeting = this.interstitialTargeting;
final invalidGeoIds = this.invalidGeoIds;
final maximumQps = this.maximumQps;
final minimumViewabilityDecile = this.minimumViewabilityDecile;
final name = this.name;
final publisherTargeting = this.publisherTargeting;
final state = this.state;
final userListTargeting = this.userListTargeting;
final verticalTargeting = this.verticalTargeting;
final webTargeting = this.webTargeting;
return {
'allowedUserTargetingModes': ?allowedUserTargetingModes,
'appTargeting': ?appTargeting,
'billingId': ?billingId,
'displayName': ?displayName,
'excludedContentLabelIds': ?excludedContentLabelIds,
'geoTargeting': ?geoTargeting,
'includedCreativeDimensions': ?includedCreativeDimensions,
'includedEnvironments': ?includedEnvironments,
'includedFormats': ?includedFormats,
'includedLanguages': ?includedLanguages,
'includedMobileOperatingSystemIds': ?includedMobileOperatingSystemIds,
'includedPlatforms': ?includedPlatforms,
'includedUserIdTypes': ?includedUserIdTypes,
'interstitialTargeting': ?interstitialTargeting,
'invalidGeoIds': ?invalidGeoIds,
'maximumQps': ?maximumQps,
'minimumViewabilityDecile': ?minimumViewabilityDecile,
'name': ?name,
'publisherTargeting': ?publisherTargeting,
'state': ?state,
'userListTargeting': ?userListTargeting,
'verticalTargeting': ?verticalTargeting,
'webTargeting': ?webTargeting,
};
}