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
/
ListEntry
List
Entry
@
Serializable
data
class
ListEntry
(
val
entry
:
String
,
val
updatedAt
:
Instant
,
val
createdAt
:
Instant
)
Represents an entry in an allow/block list.
Members
Constructors
List
Entry
Link copied to clipboard
constructor
(
entry
:
String
,
updatedAt
:
Instant
,
createdAt
:
Instant
)
Properties
created
At
Link copied to clipboard
@
SerialName
(
value
=
"created_at"
)
val
createdAt
:
Instant
entry
Link copied to clipboard
val
entry
:
String
updated
At
Link copied to clipboard
@
SerialName
(
value
=
"updated_at"
)
val
updatedAt
:
Instant