Class GetMultipleApplicationPlayerIdsResponse
Response message for GetMultipleApplicationPlayerIds rpc.
Implements
Inherited Members
Namespace: Google.Apis.Games.v1.Data
Assembly: Google.Apis.Games.v1.dll
Syntax
public class GetMultipleApplicationPlayerIdsResponse : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
PlayerIds
Output only. The requested applications along with the scoped ids for tha player, if that player has an id for the application. If not, the application is not included in the response.
Declaration
[JsonProperty("playerIds")]
public virtual IList<ApplicationPlayerId> PlayerIds { get; set; }
Property Value
Type | Description |
---|---|
IList<ApplicationPlayerId> |