v1.2.1
Latest
2020.3+
Class QueryResponse
A list of lobbies that matched the specified query. Only the public top-level data and player data properties are returned.
Namespace: Unity.Services.Lobbies.Models
Syntax
[Preserve]
public class QueryResponse
Constructors
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.
Declaration
[Preserve]
public QueryResponse(List<Lobby> results = null, string continuationToken = null)
Parameters
Type | Name | Description |
---|---|---|
List<Lobby> | results | results param |
String | continuationToken | continuationToken param |
Properties
ContinuationToken
Parameter continuationToken of QueryResponse
Declaration
[Preserve]
public string ContinuationToken { get; }
Property Value
Type | Description |
---|---|
String |
Results
Parameter results of QueryResponse
Declaration
[Preserve]
public List<Lobby> Results { get; }
Property Value
Type | Description |
---|---|
List<Lobby> |