Class RecallResource.ResetPersonaRequest
Delete all Recall tokens linking the given persona to any player (with or without a profile).
Inheritance
RecallResource.ResetPersonaRequest
Inherited Members
Namespace: Google.Apis.Games.v1
Assembly: Google.Apis.Games.v1.dll
Syntax
public class RecallResource.ResetPersonaRequest : GamesBaseServiceRequest<ResetPersonaResponse>, IClientServiceRequest<ResetPersonaResponse>, IClientServiceRequest
Constructors
ResetPersonaRequest(IClientService, ResetPersonaRequest)
Constructs a new ResetPersona request.
Declaration
public ResetPersonaRequest(IClientService service, ResetPersonaRequest body)
Parameters
Type | Name | Description |
---|---|---|
IClientService | service | |
ResetPersonaRequest | body |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
Type | Description |
---|---|
object |
Overrides
InitParameters()
Initializes ResetPersona parameter list.
Declaration
protected override void InitParameters()