GoogleAdsSearchads360V23ResourcesCampaignBudget.fromJson constructor

GoogleAdsSearchads360V23ResourcesCampaignBudget.fromJson(
  1. Map json_
)

Implementation

GoogleAdsSearchads360V23ResourcesCampaignBudget.fromJson(core.Map json_)
  : this(
      alignedBiddingStrategyId:
          json_['alignedBiddingStrategyId'] as core.String?,
      amountMicros: json_['amountMicros'] as core.String?,
      deliveryMethod: json_['deliveryMethod'] as core.String?,
      explicitlyShared: json_['explicitlyShared'] as core.bool?,
      hasRecommendedBudget: json_['hasRecommendedBudget'] as core.bool?,
      id: json_['id'] as core.String?,
      name: json_['name'] as core.String?,
      period: json_['period'] as core.String?,
      recommendedBudgetAmountMicros:
          json_['recommendedBudgetAmountMicros'] as core.String?,
      recommendedBudgetEstimatedChangeWeeklyClicks:
          json_['recommendedBudgetEstimatedChangeWeeklyClicks']
              as core.String?,
      recommendedBudgetEstimatedChangeWeeklyCostMicros:
          json_['recommendedBudgetEstimatedChangeWeeklyCostMicros']
              as core.String?,
      recommendedBudgetEstimatedChangeWeeklyInteractions:
          json_['recommendedBudgetEstimatedChangeWeeklyInteractions']
              as core.String?,
      recommendedBudgetEstimatedChangeWeeklyViews:
          json_['recommendedBudgetEstimatedChangeWeeklyViews']
              as core.String?,
      referenceCount: json_['referenceCount'] as core.String?,
      resourceName: json_['resourceName'] as core.String?,
      status: json_['status'] as core.String?,
      totalAmountMicros: json_['totalAmountMicros'] as core.String?,
      type: json_['type'] as core.String?,
    );