API Reference
Class
EmailIncidentUpdate
Timeline update entry used by EmailIncidentSummaryCard.
Inheritance
- Object
- EmailIncidentUpdate
Constructors
public EmailIncidentUpdate() #Methods
public EmailIncidentUpdate AddLine(String text) #Returns:
EmailIncidentUpdateAdds an extra line.
Parameters
- text System.String
Inherited Methods
Properties
public String Time { get; set; } #Time label (e.g. "09:12 UTC").
public Nullable<EmailIncidentStatus> Status { get; set; } #Optional update status.
public String StatusText { get; set; } #Optional status label override.
public String Title { get; set; } #Update title (short summary line).
public String Description { get; set; } #Optional description under the title.
public String Href { get; set; } #Optional link for the title.
public List<String> Lines { get; } #Optional extra lines rendered under the description.