SubscriptionsResource class

Constructors

SubscriptionsResource.new(ApiRequester client)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

create(Subscription request, {bool? validateOnly, String? $fields}) Future<Operation>
Creates a Google Workspace subscription.
delete(String name, {bool? allowMissing, String? etag, bool? validateOnly, String? $fields}) Future<Operation>
Deletes a Google Workspace subscription.
get(String name, {String? $fields}) Future<Subscription>
Gets details about a Google Workspace subscription.
list({String? filter, int? pageSize, String? pageToken, String? $fields}) Future<ListSubscriptionsResponse>
Lists Google Workspace subscriptions.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(Subscription request, String name, {String? updateMask, bool? validateOnly, String? $fields}) Future<Operation>
Updates or renews a Google Workspace subscription.
reactivate(ReactivateSubscriptionRequest request, String name, {String? $fields}) Future<Operation>
Reactivates a suspended Google Workspace subscription.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited