toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final alignedBiddingStrategyId = this.alignedBiddingStrategyId;
  final amountMicros = this.amountMicros;
  final deliveryMethod = this.deliveryMethod;
  final explicitlyShared = this.explicitlyShared;
  final hasRecommendedBudget = this.hasRecommendedBudget;
  final id = this.id;
  final name = this.name;
  final period = this.period;
  final recommendedBudgetAmountMicros = this.recommendedBudgetAmountMicros;
  final recommendedBudgetEstimatedChangeWeeklyClicks =
      this.recommendedBudgetEstimatedChangeWeeklyClicks;
  final recommendedBudgetEstimatedChangeWeeklyCostMicros =
      this.recommendedBudgetEstimatedChangeWeeklyCostMicros;
  final recommendedBudgetEstimatedChangeWeeklyInteractions =
      this.recommendedBudgetEstimatedChangeWeeklyInteractions;
  final recommendedBudgetEstimatedChangeWeeklyViews =
      this.recommendedBudgetEstimatedChangeWeeklyViews;
  final referenceCount = this.referenceCount;
  final resourceName = this.resourceName;
  final status = this.status;
  final totalAmountMicros = this.totalAmountMicros;
  final type = this.type;
  return {
    'alignedBiddingStrategyId': ?alignedBiddingStrategyId,
    'amountMicros': ?amountMicros,
    'deliveryMethod': ?deliveryMethod,
    'explicitlyShared': ?explicitlyShared,
    'hasRecommendedBudget': ?hasRecommendedBudget,
    'id': ?id,
    'name': ?name,
    'period': ?period,
    'recommendedBudgetAmountMicros': ?recommendedBudgetAmountMicros,
    'recommendedBudgetEstimatedChangeWeeklyClicks':
        ?recommendedBudgetEstimatedChangeWeeklyClicks,
    'recommendedBudgetEstimatedChangeWeeklyCostMicros':
        ?recommendedBudgetEstimatedChangeWeeklyCostMicros,
    'recommendedBudgetEstimatedChangeWeeklyInteractions':
        ?recommendedBudgetEstimatedChangeWeeklyInteractions,
    'recommendedBudgetEstimatedChangeWeeklyViews':
        ?recommendedBudgetEstimatedChangeWeeklyViews,
    'referenceCount': ?referenceCount,
    'resourceName': ?resourceName,
    'status': ?status,
    'totalAmountMicros': ?totalAmountMicros,
    'type': ?type,
  };
}