GoogleAdsSearchads360V23ResourcesAccountBudget constructor

GoogleAdsSearchads360V23ResourcesAccountBudget({
  1. String? adjustedSpendingLimitMicros,
  2. String? adjustedSpendingLimitType,
  3. String? amountServedMicros,
  4. String? approvedEndDateTime,
  5. String? approvedEndTimeType,
  6. String? approvedSpendingLimitMicros,
  7. String? approvedSpendingLimitType,
  8. String? approvedStartDateTime,
  9. String? billingSetup,
  10. String? id,
  11. String? name,
  12. String? notes,
  13. GoogleAdsSearchads360V23ResourcesAccountBudgetPendingAccountBudgetProposal? pendingProposal,
  14. String? proposedEndDateTime,
  15. String? proposedEndTimeType,
  16. String? proposedSpendingLimitMicros,
  17. String? proposedSpendingLimitType,
  18. String? proposedStartDateTime,
  19. String? purchaseOrderNumber,
  20. String? resourceName,
  21. String? status,
  22. String? totalAdjustmentsMicros,
})

Implementation

GoogleAdsSearchads360V23ResourcesAccountBudget({
  this.adjustedSpendingLimitMicros,
  this.adjustedSpendingLimitType,
  this.amountServedMicros,
  this.approvedEndDateTime,
  this.approvedEndTimeType,
  this.approvedSpendingLimitMicros,
  this.approvedSpendingLimitType,
  this.approvedStartDateTime,
  this.billingSetup,
  this.id,
  this.name,
  this.notes,
  this.pendingProposal,
  this.proposedEndDateTime,
  this.proposedEndTimeType,
  this.proposedSpendingLimitMicros,
  this.proposedSpendingLimitType,
  this.proposedStartDateTime,
  this.purchaseOrderNumber,
  this.resourceName,
  this.status,
  this.totalAdjustmentsMicros,
});