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.
Constructors
Link copied to clipboard
fun RuleEmailActionResponse(customEmails: List<String>? = null, odataType: String, sendToServiceOwners: Boolean? = null)