GroupsApi class
Properties
Methods
-
getGroup(
String id, [List< PopulateGroupQueryParameters> ? populateQuery]) → Future<AssetsGroup?> - Get a group by ID
-
getGroups(
[List< PopulateGroupQueryParameters> ? populateQuery]) → Future<List< AssetsGroup> ?> - Find groups
-
getGroupsWithHttpInfo(
[List< PopulateGroupQueryParameters> ? populateQuery]) → Future<Response> - Find groups
-
getGroupWithHttpInfo(
String id, [List< PopulateGroupQueryParameters> ? populateQuery]) → Future<Response> - Get a group by ID
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited