Class QueryResponse
A list of lobbies that matched the specified query. Only the public top-level data and player data properties are returned.
Inherited Members
Namespace: Unity.Services.Lobbies.Models
Assembly: solution.dll
Syntax
[Preserve]
public class QueryResponse
Constructors
| Name | Description |
|---|---|
| QueryResponse(List<Lobby>, string) | A list of lobbies that matched the specified query. Only the public top-level data and player data properties are returned. |
Properties
| Name | Description |
|---|---|
| ContinuationToken | Parameter continuationToken of QueryResponse |
| Results | Parameter results of QueryResponse |