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
/
ChangeInfo
Change
Info
data
class
ChangeInfo
(
val
id
:
String
,
val
status
:
ChangeInfo.Status
,
val
submittedAt
:
Instant
,
val
comment
:
String
?
)
(
source
)
Members
Constructors
Change
Info
Link copied to clipboard
constructor
(
id
:
String
,
status
:
ChangeInfo.Status
,
submittedAt
:
Instant
,
comment
:
String
?
)
Types
Companion
Link copied to clipboard
object
Companion
Status
Link copied to clipboard
enum
Status
:
Enum
<
ChangeInfo.Status
>
Properties
comment
Link copied to clipboard
val
comment
:
String
?
id
Link copied to clipboard
val
id
:
String
status
Link copied to clipboard
val
status
:
ChangeInfo.Status
submitted
At
Link copied to clipboard
val
submittedAt
:
Instant