Class Message
Class representing messages for an incident (Status API).
Inheritance
System.Object
Message
Namespace:RiotSharp.StatusEndpoint
Assembly:RiotSharp.dll
Syntax
public class Message : object
Properties
Author
Author of the message.
Declaration
public string Author { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Content
Content of the message.
Declaration
public string Content { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CreatedAt
Date at which point the message was created.
Declaration
public DateTime CreatedAt { get; set; }
Property Value
Type | Description |
---|---|
DateTime |
Id
Id of the message.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Severity
Severity of the messaage.
Declaration
public string Severity { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Translations
List of available translations for this message.
Declaration
public List<Translation> Translations { get; set; }
Property Value
Type | Description |
---|---|
List<><Translation> |
UpdatedAt
Date at which point the message was last updated.
Declaration
public DateTime UpdatedAt { get; set; }
Property Value
Type | Description |
---|---|
DateTime |