http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-connect-amazon-cognito
/
org.http4k.connect.amazon.cognito.model
/
NewDeviceMetadata
New
Device
Metadata
@
JsonSerializable
data
class
NewDeviceMetadata
(
val
DeviceGroupKey
:
String
?
=
null
,
val
DeviceKey
:
String
?
=
null
)
(
source
)
Members
Constructors
New
Device
Metadata
Link copied to clipboard
constructor
(
DeviceGroupKey
:
String
?
=
null
,
DeviceKey
:
String
?
=
null
)
Properties
Device
Group
Key
Link copied to clipboard
val
DeviceGroupKey
:
String
?
Device
Key
Link copied to clipboard
val
DeviceKey
:
String
?