agentmail4k
Toggle table of contents
0.1.3
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
agentmail4k
agentmail4k
/
com.agentmail4k.sdk.model
/
Domain
Domain
@
Serializable
data
class
Domain
(
val
domainId
:
String
,
val
name
:
String
,
val
verified
:
Boolean
,
val
updatedAt
:
Instant
,
val
createdAt
:
Instant
)
Represents a custom email domain with its verification status and timestamps.
Members
Constructors
Domain
Link copied to clipboard
constructor
(
domainId
:
String
,
name
:
String
,
verified
:
Boolean
,
updatedAt
:
Instant
,
createdAt
:
Instant
)
Properties
created
At
Link copied to clipboard
@
SerialName
(
value
=
"created_at"
)
val
createdAt
:
Instant
domain
Id
Link copied to clipboard
@
SerialName
(
value
=
"domain_id"
)
val
domainId
:
String
name
Link copied to clipboard
val
name
:
String
updated
At
Link copied to clipboard
@
SerialName
(
value
=
"updated_at"
)
val
updatedAt
:
Instant
verified
Link copied to clipboard
val
verified
:
Boolean