ProjectsGroupsResource class

Constructors

ProjectsGroupsResource(ApiRequester client)

Properties

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

Methods

create(Group request, String name, {bool? validateOnly, String? $fields}) Future<Group>
Creates a new group.
delete(String name, {bool? recursive, String? $fields}) Future<Empty>
Deletes an existing group.
get(String name, {String? $fields}) Future<Group>
Gets a single group.
list(String name, {String? ancestorsOfGroup, String? childrenOfGroup, String? descendantsOfGroup, int? pageSize, String? pageToken, String? $fields}) Future<ListGroupsResponse>
Lists the existing groups.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
update(Group request, String name, {bool? validateOnly, String? $fields}) Future<Group>
Updates an existing group.

Operators

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