Shade
Toggle table of contents
latest
common
Target filter
common
Switch theme
Search in API
Skip to content
Shade
serialization
/
inkapplications.shade.serialization
/
V1HueResponse
V1Hue
Response
@
Serializable
(
with
=
V1HueResponse.Serializer::class
)
abstract
class
V1HueResponse
<
out
T
>
Wrapper around responses from V1 endpoints in the Hue API
Inheritors
Success
Error
Members
Types
Error
Link copied to clipboard
@
Serializable
data
class
Error
(
val
error
:
V1HueError
)
:
V1HueResponse
<
Nothing
>
Success
Link copied to clipboard
@
Serializable
data
class
Success
<
out
T
>
(
val
success
:
T
)
:
V1HueResponse
<
T
>