OrganizationsAppgroupsAppsResource class

Constructors

OrganizationsAppgroupsAppsResource(ApiRequester client)

Properties

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

Methods

create(GoogleCloudApigeeV1AppGroupApp request, String parent, {String? $fields}) Future<GoogleCloudApigeeV1AppGroupApp>
Creates an app and associates it with an AppGroup.
delete(String name, {String? $fields}) Future<GoogleCloudApigeeV1AppGroupApp>
Deletes an AppGroup app.
get(String name, {String? $fields}) Future<GoogleCloudApigeeV1AppGroupApp>
Returns the details for an AppGroup app.
list(String parent, {int? pageSize, String? pageToken, String? $fields}) Future<GoogleCloudApigeeV1ListAppGroupAppsResponse>
Lists all apps created by an AppGroup in an Apigee organization.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
update(GoogleCloudApigeeV1AppGroupApp request, String name, {String? action, String? $fields}) Future<GoogleCloudApigeeV1AppGroupApp>
Updates the details for an AppGroup app.

Operators

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