http4k
Toggle table of contents
6.57.1.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-connect-amazon-iotdataplane
/
org.http4k.connect.amazon.iotdataplane.action
/
NamedShadows
Named
Shadows
@
JsonSerializable
data
class
NamedShadows
(
val
results
:
List
<
ShadowName
>
=
emptyList()
,
val
nextToken
:
String
?
=
null
,
val
timestamp
:
Timestamp
?
=
null
)
(
source
)
Members
Constructors
Named
Shadows
Link copied to clipboard
constructor
(
results
:
List
<
ShadowName
>
=
emptyList()
,
nextToken
:
String
?
=
null
,
timestamp
:
Timestamp
?
=
null
)
Properties
next
Token
Link copied to clipboard
val
nextToken
:
String
?
results
Link copied to clipboard
val
results
:
List
<
ShadowName
>
timestamp
Link copied to clipboard
val
timestamp
:
Timestamp
?