ServicesApi class
Constructors
- ServicesApi([ApiClient? apiClient])
Properties
Methods
-
listIotServices(
String token) → Future< ListIotServicesResponse?> - Returns the services for an IoT
-
listIotServicesWithHttpInfo(
String token) → Future< Response> - Returns the services for an IoT
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
updateIotServices(
String token, String xWalletId, ServiceRequestBody serviceRequestBody) → Future< SuccessResponse?> - Updates services
-
updateIotServicesWithHttpInfo(
String token, String xWalletId, ServiceRequestBody serviceRequestBody) → Future< Response> - Updates services
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited