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.

Inheritance
QueryResponse
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
TypeNameDescription
List<Lobby>results

results param

StringcontinuationToken

continuationToken param

Properties

ContinuationToken

Parameter continuationToken of QueryResponse

Declaration
[Preserve]
public string ContinuationToken { get; }
Property Value
TypeDescription
String

Results

Parameter results of QueryResponse

Declaration
[Preserve]
public List<Lobby> Results { get; }
Property Value
TypeDescription
List<Lobby>