Class Service
Class representing a service (Status API).
Inheritance
System.Object
Service
Namespace:RiotSharp.StatusEndpoint
Assembly:RiotSharp.dll
Syntax
public class Service : object
Properties
Incidents
List of incidents for this service.
Declaration
public List<Incident> Incidents { get; set; }
Property Value
Type | Description |
---|---|
List<><Incident> |
Name
Name of the service.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Slug
Slug.
Declaration
public string Slug { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Status
Service's status.
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System.String |