toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final alignedCampaignBudgetId = this.alignedCampaignBudgetId;
  final campaignCount = this.campaignCount;
  final currencyCode = this.currencyCode;
  final effectiveCurrencyCode = this.effectiveCurrencyCode;
  final enhancedCpc = this.enhancedCpc;
  final id = this.id;
  final maximizeConversionValue = this.maximizeConversionValue;
  final maximizeConversions = this.maximizeConversions;
  final name = this.name;
  final nonRemovedCampaignCount = this.nonRemovedCampaignCount;
  final resourceName = this.resourceName;
  final status = this.status;
  final targetCpa = this.targetCpa;
  final targetImpressionShare = this.targetImpressionShare;
  final targetRoas = this.targetRoas;
  final targetSpend = this.targetSpend;
  final type = this.type;
  return {
    'alignedCampaignBudgetId': ?alignedCampaignBudgetId,
    'campaignCount': ?campaignCount,
    'currencyCode': ?currencyCode,
    'effectiveCurrencyCode': ?effectiveCurrencyCode,
    'enhancedCpc': ?enhancedCpc,
    'id': ?id,
    'maximizeConversionValue': ?maximizeConversionValue,
    'maximizeConversions': ?maximizeConversions,
    'name': ?name,
    'nonRemovedCampaignCount': ?nonRemovedCampaignCount,
    'resourceName': ?resourceName,
    'status': ?status,
    'targetCpa': ?targetCpa,
    'targetImpressionShare': ?targetImpressionShare,
    'targetRoas': ?targetRoas,
    'targetSpend': ?targetSpend,
    'type': ?type,
  };
}