Show / Hide Table of Contents

Class LeaderboardsResource

The "leaderboards" collection of methods.

Inheritance
object
LeaderboardsResource
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Games.v1
Assembly: Google.Apis.Games.v1.dll
Syntax
public class LeaderboardsResource

Constructors

LeaderboardsResource(IClientService)

Constructs a new resource.

Declaration
public LeaderboardsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Get(string)

Retrieves the metadata of the leaderboard with the given ID.

Declaration
public virtual LeaderboardsResource.GetRequest Get(string leaderboardId)
Parameters
Type Name Description
string leaderboardId

The ID of the leaderboard.

Returns
Type Description
LeaderboardsResource.GetRequest

List()

Lists all the leaderboard metadata for your application.

Declaration
public virtual LeaderboardsResource.ListRequest List()
Returns
Type Description
LeaderboardsResource.ListRequest
In This Article
Back to top Generated by DocFX