Class AchievementsResource.ResetMultipleForAllPlayersRequest
Resets achievements with the given IDs for all players. This method is only available to user accounts for your developer console. Only draft achievements may be reset.
Inheritance
AchievementsResource.ResetMultipleForAllPlayersRequest
Inherited Members
Namespace: Google.Apis.GamesManagement.v1management
Assembly: Google.Apis.GamesManagement.v1management.dll
Syntax
public class AchievementsResource.ResetMultipleForAllPlayersRequest : GamesManagementBaseServiceRequest<string>, IClientServiceRequest<string>, IClientServiceRequest
Constructors
ResetMultipleForAllPlayersRequest(IClientService, AchievementResetMultipleForAllRequest)
Constructs a new ResetMultipleForAllPlayers request.
Declaration
public ResetMultipleForAllPlayersRequest(IClientService service, AchievementResetMultipleForAllRequest body)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
AchievementResetMultipleForAllRequest | 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()