toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final adGroupInfo = this.adGroupInfo;
  final advertisingChannelType = this.advertisingChannelType;
  final assetGroupInfo = this.assetGroupInfo;
  final biddingInfo = this.biddingInfo;
  final budgetInfo = this.budgetInfo;
  final campaignCallAssetCount = this.campaignCallAssetCount;
  final campaignImageAssetCount = this.campaignImageAssetCount;
  final campaignSitelinkCount = this.campaignSitelinkCount;
  final conversionTrackingStatus = this.conversionTrackingStatus;
  final countryCodes = this.countryCodes;
  final isNewCustomer = this.isNewCustomer;
  final languageCodes = this.languageCodes;
  final merchantCenterAccountId = this.merchantCenterAccountId;
  final negativeLocationsIds = this.negativeLocationsIds;
  final positiveLocationsIds = this.positiveLocationsIds;
  final recommendationTypes = this.recommendationTypes;
  final seedInfo = this.seedInfo;
  final targetContentNetwork = this.targetContentNetwork;
  final targetPartnerSearchNetwork = this.targetPartnerSearchNetwork;
  return {
    'adGroupInfo': ?adGroupInfo,
    'advertisingChannelType': ?advertisingChannelType,
    'assetGroupInfo': ?assetGroupInfo,
    'biddingInfo': ?biddingInfo,
    'budgetInfo': ?budgetInfo,
    'campaignCallAssetCount': ?campaignCallAssetCount,
    'campaignImageAssetCount': ?campaignImageAssetCount,
    'campaignSitelinkCount': ?campaignSitelinkCount,
    'conversionTrackingStatus': ?conversionTrackingStatus,
    'countryCodes': ?countryCodes,
    'isNewCustomer': ?isNewCustomer,
    'languageCodes': ?languageCodes,
    'merchantCenterAccountId': ?merchantCenterAccountId,
    'negativeLocationsIds': ?negativeLocationsIds,
    'positiveLocationsIds': ?positiveLocationsIds,
    'recommendationTypes': ?recommendationTypes,
    'seedInfo': ?seedInfo,
    'targetContentNetwork': ?targetContentNetwork,
    'targetPartnerSearchNetwork': ?targetPartnerSearchNetwork,
  };
}