Class OrganizationAlertRecipients
[DataContract]
public class OrganizationAlertRecipients
- Inheritance
-
OrganizationAlertRecipients
- Inherited Members
Properties
Emails
A list of emails that will receive information about the alert
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "emails")]
public List<string> Emails { get; set; }
Property Value
HttpServerIds
A list base64 encoded urls of webhook endpoints that will receive information about the alert
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "httpServerIds")]
public List<string> HttpServerIds { get; set; }