Class AchievementsResource.ResetAllForAllPlayersRequest
Resets all draft achievements for all players. This method is only available to user accounts for your developer console.
Inheritance
AchievementsResource.ResetAllForAllPlayersRequest
Inherited Members
Namespace: Google.Apis.GamesManagement.v1management
Assembly: Google.Apis.GamesManagement.v1management.dll
Syntax
public class AchievementsResource.ResetAllForAllPlayersRequest : GamesManagementBaseServiceRequest<string>, IClientServiceRequest<string>, IClientServiceRequest
Constructors
ResetAllForAllPlayersRequest(IClientService)
Constructs a new ResetAllForAllPlayers request.
Declaration
public ResetAllForAllPlayersRequest(IClientService service)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service |
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
InitParameters()
Initializes ResetAllForAllPlayers parameter list.
Declaration
protected override void InitParameters()