UpdateSubscriptionOfferRequest class
Request message for UpdateSubscriptionOffer.
Constructors
- UpdateSubscriptionOfferRequest({bool? allowMissing, String? latencyTolerance, RegionsVersion? regionsVersion, SubscriptionOffer? subscriptionOffer, String? updateMask})
- UpdateSubscriptionOfferRequest.fromJson(Map json_)
Properties
- allowMissing ↔ bool?
-
If set to true, and the subscription offer with the given package_name,
product_id, base_plan_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 product update.
getter/setter pair
- regionsVersion ↔ RegionsVersion?
-
The version of the available regions being used for the
subscription_offer.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subscriptionOffer ↔ SubscriptionOffer?
-
The subscription offer to update.
getter/setter pair
- 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