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

Represents a server incident message. More...

Properties

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< TranslationTranslations [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...
 

Detailed Description

Represents a server incident message.

Property Documentation

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.

List<Translation> RiotNet.Models.Message.Translations
getset

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: