v1.0.0
Latest
2022.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
System.Object
QueryResponse
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Unity.Services.Lobbies.Models
Syntax
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
public QueryResponse(List<Lobby> results = null, string continuationToken = null)
Parameters
TypeNameDescription
System.Collections.Generic.List<Lobby>results

results param

System.StringcontinuationToken

continuationToken param

Properties

ContinuationToken

Parameter continuationToken of QueryResponse

Declaration
public string ContinuationToken { get; }
Property Value
TypeDescription
System.String

Results

Parameter results of QueryResponse

Declaration
public List<Lobby> Results { get; }
Property Value
TypeDescription
System.Collections.Generic.List<Lobby>