Rule Email Action Response
data class RuleEmailActionResponse(val customEmails: List<String>? = null, val odataType: String, val sendToServiceOwners: Boolean? = null)
Specifies the action to send email when the rule condition is evaluated. The discriminator is always RuleEmailAction in this case.