Cancel Scheduled Draft Message Input
data class CancelScheduledDraftMessageInput(val id: String, val emailAddressId: String, val emailMaskId: String? = null)
Input object containing the parameters needed to cancel a scheduled draft message
Properties
Link copied to clipboard
String The id of the email address that owns the scheduled draft
Link copied to clipboard