GroupsResource class

Constructors

GroupsResource(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

delete({String? id, String? onBehalfOfContentOwner, String? $fields}) Future<EmptyResponse>
Deletes a group.
insert(Group request, {String? onBehalfOfContentOwner, String? $fields}) Future<Group>
Creates a group.
list({String? id, bool? mine, String? onBehalfOfContentOwner, String? pageToken, String? $fields}) Future<ListGroupsResponse>
Returns a collection of groups that match the API request parameters.
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? onBehalfOfContentOwner, String? $fields}) Future<Group>
Modifies a group.

Operators

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