SubscriptionsResource class
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>
-
Developer Preview:
Creates a Google Workspace subscription.
-
delete(String name, {bool? allowMissing, String? etag, bool? validateOnly, String? $fields})
→ Future<Operation>
-
Developer Preview:
Deletes a Google Workspace subscription.
-
get(String name, {String? $fields})
→ Future<Subscription>
-
Developer Preview: Gets
details about a Google Workspace subscription.
-
list({String? filter, int? pageSize, String? pageToken, String? $fields})
→ Future<ListSubscriptionsResponse>
-
Developer Preview:
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>
-
Developer Preview:
Updates or renews a Google Workspace subscription.
-
reactivate(ReactivateSubscriptionRequest request, String name, {String? $fields})
→ Future<Operation>
-
Developer Preview:
Reactivates a suspended Google Workspace subscription.
-
toString()
→ String
-
A string representation of this object.
inherited