Show / Hide Table of Contents

Class FeaturedGames

Class representing Featured Games in the API.

Inheritance
System.Object
FeaturedGames
Namespace:RiotSharp.FeaturedGamesEndpoint
Assembly:RiotSharp.dll
Syntax
public class FeaturedGames : object

Properties

ClientRefreshInterval

The suggested interval to wait before requesting FeaturedGames again

Declaration
public long ClientRefreshInterval { get; set; }
Property Value
Type Description
System.Int64

GameList

The list of featured games

Declaration
public List<CurrentGame> GameList { get; set; }
Property Value
Type Description
List<><CurrentGame>
Back to top Copyright © 2015-2016 Microsoft
Generated by DocFX