OrganizationsApiproductsRateplansResource 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(GoogleCloudApigeeV1RatePlan request, String parent, {String? $fields})
→ Future<GoogleCloudApigeeV1RatePlan>
-
Create a rate plan that is associated with an API product in an
organization.
-
delete(String name, {String? $fields})
→ Future<GoogleCloudApigeeV1RatePlan>
-
Deletes a rate plan.
-
get(String name, {String? $fields})
→ Future<GoogleCloudApigeeV1RatePlan>
-
Gets the details of a rate plan.
-
list(String parent, {int? count, bool? expand, String? orderBy, String? startKey, String? state, String? $fields})
→ Future<GoogleCloudApigeeV1ListRatePlansResponse>
-
Lists all the rate plans for an API product.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited
-
update(GoogleCloudApigeeV1RatePlan request, String name, {String? $fields})
→ Future<GoogleCloudApigeeV1RatePlan>
-
Updates an existing rate plan.