DeleteDraftEmailMessagesInput

data class DeleteDraftEmailMessagesInput(val ids: List<String>, val emailAddressId: String)

Input object containing an email address identifier and a list of draft email message ids to be deleted.

Constructors

Link copied to clipboard
constructor(ids: List<String>, emailAddressId: String)

Properties

Link copied to clipboard

String The id of the email address to which the drafts belong.

Link copied to clipboard

List The ids of the draft email messages to be deleted.