ServicesApi class

Constructors

ServicesApi([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

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