GroupsApi class

Constructors

GroupsApi([ApiClient? apiClient])

Properties

apiClient ApiClient
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createGroup(String account, CreateGroupRequest createGroupRequest) Future<CreateGroupResponse?>
Create a group
createGroupWithHttpInfo(String account, CreateGroupRequest createGroupRequest) Future<Response>
Create a group
deleteGroup(String account, String group) Future<void>
Delete a group
deleteGroupWithHttpInfo(String account, String group) Future<Response>
Delete a group
listGroups(String account, {Object? page, int? limit}) Future<ListGroupsResponse?>
List all groups
listGroupsWithHttpInfo(String account, {Object? page, int? limit}) Future<Response>
List all groups
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
retrieveGroup(String account, String group) Future<RetrieveGroupResponse?>
Retrieve a group
retrieveGroupWithHttpInfo(String account, String group) Future<Response>
Retrieve a group
toString() String
A string representation of this object.
inherited
updateGroup(String account, String group, {UpdateGroupRequest? updateGroupRequest}) Future<UpdateGroupResponse?>
Update a group
updateGroupWithHttpInfo(String account, String group, {UpdateGroupRequest? updateGroupRequest}) Future<Response>
Update a group

Operators

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