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

get(String groupUniqueId, {String? $fields}) Future<Groups>
Gets one resource by id.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
patch(Groups request, String groupUniqueId, {String? $fields}) Future<Groups>
Updates an existing resource.
toString() String
A string representation of this object.
inherited
update(Groups request, String groupUniqueId, {String? $fields}) Future<Groups>
Updates an existing resource.

Operators

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