GoogleAdsSearchads360V23ResourcesAccountBudgetPendingAccountBudgetProposal constructor

GoogleAdsSearchads360V23ResourcesAccountBudgetPendingAccountBudgetProposal({
  1. String? accountBudgetProposal,
  2. String? creationDateTime,
  3. String? endDateTime,
  4. String? endTimeType,
  5. String? name,
  6. String? notes,
  7. String? proposalType,
  8. String? purchaseOrderNumber,
  9. String? spendingLimitMicros,
  10. String? spendingLimitType,
  11. String? startDateTime,
})

Implementation

GoogleAdsSearchads360V23ResourcesAccountBudgetPendingAccountBudgetProposal({
  this.accountBudgetProposal,
  this.creationDateTime,
  this.endDateTime,
  this.endTimeType,
  this.name,
  this.notes,
  this.proposalType,
  this.purchaseOrderNumber,
  this.spendingLimitMicros,
  this.spendingLimitType,
  this.startDateTime,
});