Class LeaderboardConfigurationsResource.GetRequest
Retrieves the metadata of the leaderboard configuration with the given ID.
Inheritance
LeaderboardConfigurationsResource.GetRequest
Inherited Members
Namespace: Google.Apis.GamesConfiguration.v1configuration
Assembly: Google.Apis.GamesConfiguration.v1configuration.dll
Syntax
public class LeaderboardConfigurationsResource.GetRequest : GamesConfigurationBaseServiceRequest<LeaderboardConfiguration>, IClientServiceRequest<LeaderboardConfiguration>, IClientServiceRequest
Constructors
GetRequest(IClientService, string)
Constructs a new Get request.
Declaration
public GetRequest(IClientService service, string leaderboardId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
string | leaderboardId |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.GamesConfiguration.v1configuration.Data.LeaderboardConfiguration>.HttpMethod
LeaderboardId
The ID of the leaderboard.
Declaration
[RequestParameter("leaderboardId", RequestParameterType.Path)]
public virtual string LeaderboardId { get; }
Property Value
Type | Description |
---|---|
string |
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.GamesConfiguration.v1configuration.Data.LeaderboardConfiguration>.MethodName
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.GamesConfiguration.v1configuration.Data.LeaderboardConfiguration>.RestPath
Methods
InitParameters()
Initializes Get parameter list.
Declaration
protected override void InitParameters()