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
/
UpdateMessageResponse
Update
Message
Response
@
Serializable
data
class
UpdateMessageResponse
(
val
messageId
:
String
,
val
labels
:
List
<
String
>
=
emptyList()
)
Response from updating a message, containing the message ID and updated labels.
Members
Constructors
Update
Message
Response
Link copied to clipboard
constructor
(
messageId
:
String
,
labels
:
List
<
String
>
=
emptyList()
)
Properties
labels
Link copied to clipboard
val
labels
:
List
<
String
>
message
Id
Link copied to clipboard
@
SerialName
(
value
=
"message_id"
)
val
messageId
:
String