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
/
Inbox
Inbox
@
Serializable
data
class
Inbox
(
val
podId
:
String
?
=
null
,
val
inboxId
:
String
,
val
email
:
String
,
val
displayName
:
String
?
=
null
,
val
clientId
:
String
?
=
null
,
val
updatedAt
:
Instant
,
val
createdAt
:
Instant
)
Represents an email inbox with its address, display name, and optional pod/client association.
Members
Constructors
Inbox
Link copied to clipboard
constructor
(
podId
:
String
?
=
null
,
inboxId
:
String
,
email
:
String
,
displayName
:
String
?
=
null
,
clientId
:
String
?
=
null
,
updatedAt
:
Instant
,
createdAt
:
Instant
)
Properties
client
Id
Link copied to clipboard
@
SerialName
(
value
=
"client_id"
)
val
clientId
:
String
?
created
At
Link copied to clipboard
@
SerialName
(
value
=
"created_at"
)
val
createdAt
:
Instant
display
Name
Link copied to clipboard
@
SerialName
(
value
=
"display_name"
)
val
displayName
:
String
?
email
Link copied to clipboard
val
email
:
String
inbox
Id
Link copied to clipboard
@
SerialName
(
value
=
"inbox_id"
)
val
inboxId
:
String
pod
Id
Link copied to clipboard
@
SerialName
(
value
=
"pod_id"
)
val
podId
:
String
?
updated
At
Link copied to clipboard
@
SerialName
(
value
=
"updated_at"
)
val
updatedAt
:
Instant