OrganizationsAppgroupsResource class

Constructors

OrganizationsAppgroupsResource(ApiRequester client)

Properties

apps OrganizationsAppgroupsAppsResource
no setter
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(GoogleCloudApigeeV1AppGroup request, String parent, {String? $fields}) Future<GoogleCloudApigeeV1AppGroup>
Creates an AppGroup.
delete(String name, {String? $fields}) Future<GoogleCloudApigeeV1AppGroup>
Deletes an AppGroup.
get(String name, {String? $fields}) Future<GoogleCloudApigeeV1AppGroup>
Returns the AppGroup details for the provided AppGroup name in the request URI.
list(String parent, {String? filter, int? pageSize, String? pageToken, String? $fields}) Future<GoogleCloudApigeeV1ListAppGroupsResponse>
Lists all AppGroups in an 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(GoogleCloudApigeeV1AppGroup request, String name, {String? action, String? $fields}) Future<GoogleCloudApigeeV1AppGroup>
Updates an AppGroup.

Operators

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