WeConnect
Toggle table of contents
0.2.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
WeConnect
WeConnect
/
rsdev.ovh.weconnect.api.command
Package-level
declarations
Types
Types
Command
Data
Dto
Link copied to clipboard
@
Serializable
data
class
CommandDataDto
(
val
requestID
:
String
)
Command
Error
Detail
Dto
Link copied to clipboard
@
Serializable
data
class
CommandErrorDetailDto
(
val
message
:
String
?
=
null
,
val
info
:
String
?
=
null
,
val
retry
:
Boolean
?
=
null
,
val
code
:
Int
?
=
null
,
val
group
:
Int
?
=
null
)
Command
Error
Dto
Link copied to clipboard
@
Serializable
data
class
CommandErrorDto
(
val
error
:
CommandErrorDetailDto
)
Command
Response
Dto
Link copied to clipboard
@
Serializable
data
class
CommandResponseDto
(
val
data
:
CommandDataDto
)