Class ResetPersonaRequest
Request to remove all Recall tokens associated with a persona for an app.
Implements
Inherited Members
Namespace: Google.Apis.Games.v1.Data
Assembly: Google.Apis.Games.v1.dll
Syntax
public class ResetPersonaRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Persona
Value of the 'persona' field as it was provided by the client in LinkPersona RPC
Declaration
[JsonProperty("persona")]
public virtual string Persona { get; set; }
Property Value
Type | Description |
---|---|
string |