GetEmailMessageInput

data class GetEmailMessageInput(val id: String)

Input object containing an email message identifier and cache policy used to retrieve an email message.

Constructors

Link copied to clipboard
constructor(id: String)

Properties

Link copied to clipboard
val id: String

String Identifier of the email message to be retrieved.