Show / Hide Table of Contents

Class AnonymousPlayer

This is a JSON template for an anonymous player

Inheritance
System.Object
AnonymousPlayer
Implements
IDirectResponseSchema
Namespace: Google.Apis.Games.v1.Data
Assembly: Google.Apis.Games.v1.dll
Syntax
public class AnonymousPlayer : object, IDirectResponseSchema

Properties

AvatarImageUrl

The base URL for the image to display for the anonymous player.

Declaration
public virtual string AvatarImageUrl { get; set; }
Property Value
Type Description
System.String

DisplayName

The name to display for the anonymous player.

Declaration
public virtual string DisplayName { get; set; }
Property Value
Type Description
System.String

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

Kind

Uniquely identifies the type of this resource. Value is always the fixed string games#anonymousPlayer.

Declaration
public virtual string Kind { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
Back to top