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
/
InboxList
Inbox
List
@
Serializable
data
class
InboxList
(
val
count
:
Int
,
val
limit
:
Int
?
=
null
,
val
nextPageToken
:
String
?
=
null
,
val
inboxes
:
List
<
Inbox
>
)
Paginated list of inboxes.
Members
Constructors
Inbox
List
Link copied to clipboard
constructor
(
count
:
Int
,
limit
:
Int
?
=
null
,
nextPageToken
:
String
?
=
null
,
inboxes
:
List
<
Inbox
>
)
Properties
count
Link copied to clipboard
val
count
:
Int
inboxes
Link copied to clipboard
val
inboxes
:
List
<
Inbox
>
limit
Link copied to clipboard
val
limit
:
Int
?
next
Page
Token
Link copied to clipboard
@
SerialName
(
value
=
"next_page_token"
)
val
nextPageToken
:
String
?