UpdateSubscriptionRequest class

Request message for UpdateSubscription.

Constructors

UpdateSubscriptionRequest({bool? allowMissing, String? latencyTolerance, RegionsVersion? regionsVersion, Subscription? subscription, String? updateMask})
UpdateSubscriptionRequest.fromJson(Map json_)

Properties

allowMissing bool?
If set to true, and the subscription with the given package_name and product_id doesn't exist, the subscription 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.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subscription Subscription?
The subscription 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