UpdateMessageResponse

@Serializable
data class UpdateMessageResponse(val messageId: String, val labels: List<String> = emptyList())

Response from updating a message, containing the message ID and updated labels.

Constructors

Link copied to clipboard
constructor(messageId: String, labels: List<String> = emptyList())

Properties

Link copied to clipboard
Link copied to clipboard
@SerialName(value = "message_id")
val messageId: String