Show / Hide Table of Contents

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
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX