RiotNet  8.0.0
A C#/.NET client for the Riot Games API.
Properties | List of all members
RiotNet.Models.Incident Class Reference

Represents a server incident report. More...

Properties

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< MessageUpdates [get, set]
 Gets or sets list of update messages for the incident. More...
 

Detailed Description

Represents a server incident report.

Property Documentation

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: