UpdateOneTimeProductOfferRequest constructor
UpdateOneTimeProductOfferRequest({
- bool? allowMissing,
- String? latencyTolerance,
- OneTimeProductOffer? oneTimeProductOffer,
- RegionsVersion? regionsVersion,
- String? updateMask,
Implementation
UpdateOneTimeProductOfferRequest({
this.allowMissing,
this.latencyTolerance,
this.oneTimeProductOffer,
this.regionsVersion,
this.updateMask,
});