toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final adGroup = this.adGroup;
final ageRange = this.ageRange;
final appPaymentModel = this.appPaymentModel;
final approvalStatus = this.approvalStatus;
final audience = this.audience;
final bidModifier = this.bidModifier;
final brandList = this.brandList;
final combinedAudience = this.combinedAudience;
final cpcBidMicros = this.cpcBidMicros;
final cpmBidMicros = this.cpmBidMicros;
final cpvBidMicros = this.cpvBidMicros;
final creationTime = this.creationTime;
final criterionId = this.criterionId;
final customAffinity = this.customAffinity;
final customAudience = this.customAudience;
final customIntent = this.customIntent;
final disapprovalReasons = this.disapprovalReasons;
final displayName = this.displayName;
final effectiveCpcBidMicros = this.effectiveCpcBidMicros;
final effectiveCpcBidSource = this.effectiveCpcBidSource;
final effectiveCpmBidMicros = this.effectiveCpmBidMicros;
final effectiveCpmBidSource = this.effectiveCpmBidSource;
final effectiveCpvBidMicros = this.effectiveCpvBidMicros;
final effectiveCpvBidSource = this.effectiveCpvBidSource;
final effectiveLabels = this.effectiveLabels;
final effectivePercentCpcBidMicros = this.effectivePercentCpcBidMicros;
final effectivePercentCpcBidSource = this.effectivePercentCpcBidSource;
final engineId = this.engineId;
final engineStatus = this.engineStatus;
final extendedDemographic = this.extendedDemographic;
final finalMobileUrls = this.finalMobileUrls;
final finalUrlSuffix = this.finalUrlSuffix;
final finalUrls = this.finalUrls;
final gender = this.gender;
final incomeRange = this.incomeRange;
final keyword = this.keyword;
final labels = this.labels;
final language = this.language;
final lastModifiedTime = this.lastModifiedTime;
final lifeEvent = this.lifeEvent;
final listingGroup = this.listingGroup;
final location = this.location;
final mobileAppCategory = this.mobileAppCategory;
final mobileApplication = this.mobileApplication;
final negative = this.negative;
final parentalStatus = this.parentalStatus;
final percentCpcBidMicros = this.percentCpcBidMicros;
final placement = this.placement;
final positionEstimates = this.positionEstimates;
final primaryStatus = this.primaryStatus;
final primaryStatusReasons = this.primaryStatusReasons;
final qualityInfo = this.qualityInfo;
final resourceName = this.resourceName;
final status = this.status;
final systemServingStatus = this.systemServingStatus;
final topic = this.topic;
final trackingUrlTemplate = this.trackingUrlTemplate;
final type = this.type;
final urlCustomParameters = this.urlCustomParameters;
final userInterest = this.userInterest;
final userList = this.userList;
final verticalAdsItemGroupRuleList = this.verticalAdsItemGroupRuleList;
final videoLineup = this.videoLineup;
final webpage = this.webpage;
final youtubeChannel = this.youtubeChannel;
final youtubeVideo = this.youtubeVideo;
return {
'adGroup': ?adGroup,
'ageRange': ?ageRange,
'appPaymentModel': ?appPaymentModel,
'approvalStatus': ?approvalStatus,
'audience': ?audience,
'bidModifier': ?bidModifier,
'brandList': ?brandList,
'combinedAudience': ?combinedAudience,
'cpcBidMicros': ?cpcBidMicros,
'cpmBidMicros': ?cpmBidMicros,
'cpvBidMicros': ?cpvBidMicros,
'creationTime': ?creationTime,
'criterionId': ?criterionId,
'customAffinity': ?customAffinity,
'customAudience': ?customAudience,
'customIntent': ?customIntent,
'disapprovalReasons': ?disapprovalReasons,
'displayName': ?displayName,
'effectiveCpcBidMicros': ?effectiveCpcBidMicros,
'effectiveCpcBidSource': ?effectiveCpcBidSource,
'effectiveCpmBidMicros': ?effectiveCpmBidMicros,
'effectiveCpmBidSource': ?effectiveCpmBidSource,
'effectiveCpvBidMicros': ?effectiveCpvBidMicros,
'effectiveCpvBidSource': ?effectiveCpvBidSource,
'effectiveLabels': ?effectiveLabels,
'effectivePercentCpcBidMicros': ?effectivePercentCpcBidMicros,
'effectivePercentCpcBidSource': ?effectivePercentCpcBidSource,
'engineId': ?engineId,
'engineStatus': ?engineStatus,
'extendedDemographic': ?extendedDemographic,
'finalMobileUrls': ?finalMobileUrls,
'finalUrlSuffix': ?finalUrlSuffix,
'finalUrls': ?finalUrls,
'gender': ?gender,
'incomeRange': ?incomeRange,
'keyword': ?keyword,
'labels': ?labels,
'language': ?language,
'lastModifiedTime': ?lastModifiedTime,
'lifeEvent': ?lifeEvent,
'listingGroup': ?listingGroup,
'location': ?location,
'mobileAppCategory': ?mobileAppCategory,
'mobileApplication': ?mobileApplication,
'negative': ?negative,
'parentalStatus': ?parentalStatus,
'percentCpcBidMicros': ?percentCpcBidMicros,
'placement': ?placement,
'positionEstimates': ?positionEstimates,
'primaryStatus': ?primaryStatus,
'primaryStatusReasons': ?primaryStatusReasons,
'qualityInfo': ?qualityInfo,
'resourceName': ?resourceName,
'status': ?status,
'systemServingStatus': ?systemServingStatus,
'topic': ?topic,
'trackingUrlTemplate': ?trackingUrlTemplate,
'type': ?type,
'urlCustomParameters': ?urlCustomParameters,
'userInterest': ?userInterest,
'userList': ?userList,
'verticalAdsItemGroupRuleList': ?verticalAdsItemGroupRuleList,
'videoLineup': ?videoLineup,
'webpage': ?webpage,
'youtubeChannel': ?youtubeChannel,
'youtubeVideo': ?youtubeVideo,
};
}