Class AchievementsResource.ResetAllRequest
Resets all achievements for the currently authenticated player for your application. This method is only accessible to whitelisted tester accounts for your application.
Inheritance
AchievementsResource.ResetAllRequest
Inherited Members
Namespace: Google.Apis.GamesManagement.v1management
Assembly: Google.Apis.GamesManagement.v1management.dll
Syntax
public class AchievementsResource.ResetAllRequest : GamesManagementBaseServiceRequest<AchievementResetAllResponse>, IClientServiceRequest<AchievementResetAllResponse>, IClientServiceRequest
Constructors
ResetAllRequest(IClientService)
Constructs a new ResetAll request.
Declaration
public ResetAllRequest(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<Google.Apis.GamesManagement.v1management.Data.AchievementResetAllResponse>.HttpMethod
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.GamesManagement.v1management.Data.AchievementResetAllResponse>.MethodName
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.GamesManagement.v1management.Data.AchievementResetAllResponse>.RestPath
Methods
InitParameters()
Initializes ResetAll parameter list.
Declaration
protected override void InitParameters()