v1.0.0
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 QueryResponseConstructors
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
| Type | Name | Description |
|---|---|---|
| System.Collections.Generic.List<Lobby> | results | results param |
| System.String | continuationToken | continuationToken param |
Properties
ContinuationToken
Parameter continuationToken of QueryResponse
Declaration
public string ContinuationToken { get; }Property Value
| Type | Description |
|---|---|
| System.String |
Results
Parameter results of QueryResponse
Declaration
public List<Lobby> Results { get; }Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<Lobby> |