OrganizationsDevelopersSubscriptionsResource class
Constructors
- OrganizationsDevelopersSubscriptionsResource(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(
GoogleCloudApigeeV1DeveloperSubscription request, String parent, {String? $fields}) → Future< GoogleCloudApigeeV1DeveloperSubscription> - Creates a subscription to an API product.
-
expire(
GoogleCloudApigeeV1ExpireDeveloperSubscriptionRequest request, String name, {String? $fields}) → Future< GoogleCloudApigeeV1DeveloperSubscription> - Expires an API product subscription immediately.
-
get(
String name, {String? $fields}) → Future< GoogleCloudApigeeV1DeveloperSubscription> - Gets details for an API product subscription.
-
list(
String parent, {int? count, String? startKey, String? $fields}) → Future< GoogleCloudApigeeV1ListDeveloperSubscriptionsResponse> - Lists all API product subscriptions for a developer.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited