UpdateCustomEmailFolderInput

data class UpdateCustomEmailFolderInput(val emailAddressId: String, val emailFolderId: String, val customFolderName: String? = null)

Input object containing information required to update a custom email folder.

Constructors

Link copied to clipboard
constructor(emailAddressId: String, emailFolderId: String, customFolderName: String? = null)

Properties

Link copied to clipboard

String The new name to assign to the custom email folder

Link copied to clipboard

String The identifier of the email address associated with email folder

Link copied to clipboard

String The identifier of the email folder