Show / Hide Table of Contents

Class ResetPersonaRequest

Request to remove all Recall tokens associated with a persona for an app.

Inheritance
object
ResetPersonaRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX