Class ScoresResource.ResetMultipleForAllPlayersRequest
Resets scores for the leaderboards with the given IDs for all players. This method is only available to user accounts for your developer console. Only draft leaderboards may be reset.
Inheritance
ScoresResource.ResetMultipleForAllPlayersRequest
Inherited Members
Namespace: Google.Apis.GamesManagement.v1management
Assembly: Google.Apis.GamesManagement.v1management.dll
Syntax
public class ScoresResource.ResetMultipleForAllPlayersRequest : GamesManagementBaseServiceRequest<string>, IClientServiceRequest<string>, IClientServiceRequest
Constructors
ResetMultipleForAllPlayersRequest(IClientService, ScoresResetMultipleForAllRequest)
Constructs a new ResetMultipleForAllPlayers request.
Declaration
public ResetMultipleForAllPlayersRequest(IClientService service, ScoresResetMultipleForAllRequest body)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
ScoresResetMultipleForAllRequest | body |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<string>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<string>.MethodName
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<string>.RestPath
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
Google.Apis.Requests.ClientServiceRequest<string>.GetBody()
InitParameters()
Initializes ResetMultipleForAllPlayers parameter list.
Declaration
protected override void InitParameters()