GoogleAdsSearchads360V23ServicesAccountBudgetProposalOperation constructor

GoogleAdsSearchads360V23ServicesAccountBudgetProposalOperation({
  1. GoogleAdsSearchads360V23ResourcesAccountBudgetProposal? create,
  2. String? remove,
  3. String? updateMask,
})

Implementation

GoogleAdsSearchads360V23ServicesAccountBudgetProposalOperation({
  this.create,
  this.remove,
  this.updateMask,
});