Class LeaderboardConfigurationsResource.UpdateRequest
Update the metadata of the leaderboard configuration with the given ID.
Inheritance
LeaderboardConfigurationsResource.UpdateRequest
Inherited Members
Namespace: Google.Apis.GamesConfiguration.v1configuration
Assembly: Google.Apis.GamesConfiguration.v1configuration.dll
Syntax
public class LeaderboardConfigurationsResource.UpdateRequest : GamesConfigurationBaseServiceRequest<LeaderboardConfiguration>, IClientServiceRequest<LeaderboardConfiguration>, IClientServiceRequest
Constructors
UpdateRequest(IClientService, LeaderboardConfiguration, string)
Constructs a new Update request.
Declaration
public UpdateRequest(IClientService service, LeaderboardConfiguration body, string leaderboardId)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
LeaderboardConfiguration | body | |
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
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.GamesConfiguration.v1configuration.Data.LeaderboardConfiguration>.GetBody()
InitParameters()
Initializes Update parameter list.
Declaration
protected override void InitParameters()