Show / Hide Table of Contents

Class RoomClientAddress

This is a JSON template for the client address when setting up a room.

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

Properties

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#roomClientAddress.

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

XmppAddress

The XMPP address of the client on the Google Games XMPP network.

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

Implements

IDirectResponseSchema
Back to top