FlushMessageBodyCacheInput

data class FlushMessageBodyCacheInput(val sudoId: String? = null, val emailAddressId: String? = null)

Input object for flushing the local message body cache.

Exactly one of sudoId or emailAddressId should be provided to scope the flush.

Constructors

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

Properties

Link copied to clipboard
val emailAddressId: String? = null

String Optional email address ID. If provided, all cached message bodies belonging to this email address will be removed.

Link copied to clipboard
val sudoId: String? = null

String Optional sudo ID. If provided, all cached message bodies belonging to this sudo will be removed.