Represents a server incident report.
More...
|
bool | Active [get, set] |
| Gets or sets flag stating if incident is active. More...
|
|
DateTime | CreatedAt [get, set] |
| Gets or sets incident created time in UTC. More...
|
|
long | Id [get, set] |
| Gets or sets incident id. More...
|
|
List< Message > | Updates [get, set] |
| Gets or sets list of update messages for the incident. More...
|
|
Represents a server incident report.
bool RiotNet.Models.Incident.Active |
|
getset |
Gets or sets flag stating if incident is active.
DateTime RiotNet.Models.Incident.CreatedAt |
|
getset |
Gets or sets incident created time in UTC.
long RiotNet.Models.Incident.Id |
|
getset |
Gets or sets incident id.
List<Message> RiotNet.Models.Incident.Updates |
|
getset |
Gets or sets list of update messages for the incident.
The documentation for this class was generated from the following file: