$TeamsApiClient class
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
-
$listTeams_Request({required String providerId, required String resourceId, bool? oCSAPIRequest})
→ Request
-
Get all teams of a resource.
-
$listTeams_Serializer()
→ DynamiteSerializer<TeamsApiListTeamsResponseApplicationJson, void>
-
Builds a serializer to parse the response of $listTeams_Request.
-
$resolveOne_Request({required String teamId, bool? oCSAPIRequest})
→ Request
-
Get all resources of a team.
-
$resolveOne_Serializer()
→ DynamiteSerializer<TeamsApiResolveOneResponseApplicationJson, void>
-
Builds a serializer to parse the response of $resolveOne_Request.
-
listTeams({required String providerId, required String resourceId, bool? oCSAPIRequest})
→ Future<DynamiteResponse<TeamsApiListTeamsResponseApplicationJson, void>>
-
Get all teams of a resource.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
resolveOne({required String teamId, bool? oCSAPIRequest})
→ Future<DynamiteResponse<TeamsApiResolveOneResponseApplicationJson, void>>
-
Get all resources of a team.
-
toString()
→ String
-
A string representation of this object.
inherited