Update Custom Email Folder Input
data class UpdateCustomEmailFolderInput(val emailAddressId: String, val emailFolderId: String, val customFolderName: String? = null)
Input object containing information required to update a custom email folder.