Represents a server incident message.
More...
|
| string | Author [get, set] |
| | Gets or sets the message author. More...
|
| |
| string | Content [get, set] |
| | Gets or sets the message content. More...
|
| |
| DateTime | CreatedAt [get, set] |
| | Gets or sets the created time (in UTC) for the message. More...
|
| |
| string | Id [get, set] |
| | Gets or sets the message id. More...
|
| |
| string | Severity [get, set] |
| | Gets or sets server incident message severity. This should equal one of the Models.Severity values. More...
|
| |
| List< Translation > | Translations [get, set] |
| | Gets or sets the list of translations of the message. More...
|
| |
| DateTime | UpdatedAt [get, set] |
| | Gets or sets the message updated time in UTC. More...
|
| |
Represents a server incident message.
| string RiotNet.Models.Message.Author |
|
getset |
Gets or sets the message author.
| string RiotNet.Models.Message.Content |
|
getset |
Gets or sets the message content.
| DateTime RiotNet.Models.Message.CreatedAt |
|
getset |
Gets or sets the created time (in UTC) for the message.
| string RiotNet.Models.Message.Id |
|
getset |
Gets or sets the message id.
| string RiotNet.Models.Message.Severity |
|
getset |
Gets or sets server incident message severity. This should equal one of the Models.Severity values.
Gets or sets the list of translations of the message.
| DateTime RiotNet.Models.Message.UpdatedAt |
|
getset |
Gets or sets the message updated time in UTC.
The documentation for this class was generated from the following file: