UpdateOneTimeProductOfferRequest class
Request message for UpdateOneTimeProductOffer.
Constructors
- UpdateOneTimeProductOfferRequest.new({bool? allowMissing, String? latencyTolerance, OneTimeProductOffer? oneTimeProductOffer, RegionsVersion? regionsVersion, String? updateMask})
- UpdateOneTimeProductOfferRequest.fromJson(Map json_)
Properties
- allowMissing ↔ bool?
-
If set to true, and the offer with the given package_name, product_id,
purchase_option_id and offer_id doesn't exist, an offer will be created.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- latencyTolerance ↔ String?
-
The latency tolerance for the propagation of this offer update.
getter/setter pair
- oneTimeProductOffer ↔ OneTimeProductOffer?
-
The one-time product offer to update.
getter/setter pair
- regionsVersion ↔ RegionsVersion?
-
The version of the available regions being used for the offer.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- updateMask ↔ String?
-
The list of fields to be updated.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited