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-route53
/
org.http4k.connect.amazon.route53.model
/
DelegationSet
Delegation
Set
data
class
DelegationSet
(
val
nameServers
:
List
<
String
>
,
val
callerReference
:
String
?
,
val
id
:
String
?
)
(
source
)
Members
Constructors
Delegation
Set
Link copied to clipboard
constructor
(
nameServers
:
List
<
String
>
,
callerReference
:
String
?
,
id
:
String
?
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
caller
Reference
Link copied to clipboard
val
callerReference
:
String
?
id
Link copied to clipboard
val
id
:
String
?
name
Servers
Link copied to clipboard
val
nameServers
:
List
<
String
>