UpdateOneTimeProductOfferRequest constructor

UpdateOneTimeProductOfferRequest({
  1. bool? allowMissing,
  2. String? latencyTolerance,
  3. OneTimeProductOffer? oneTimeProductOffer,
  4. RegionsVersion? regionsVersion,
  5. String? updateMask,
})

Implementation

UpdateOneTimeProductOfferRequest({
  this.allowMissing,
  this.latencyTolerance,
  this.oneTimeProductOffer,
  this.regionsVersion,
  this.updateMask,
});