Flush Message Body Cache Input
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.
Properties
Link copied to clipboard
String Optional email address ID. If provided, all cached message bodies belonging to this email address will be removed.