Class QosServerAnnotations
A dictionary of server annotations.
Inherited Members
Namespace: Unity.Services.Qos.V2.Models
Syntax
[Preserve]
public class QosServerAnnotations
Constructors
QosServerAnnotations(List<String>, List<String>, List<String>, List<String>, List<String>, List<String>, List<String>)
A dictionary of server annotations.
Declaration
[Preserve]
public QosServerAnnotations(List<string> projectId = null, List<string> environmentId = null, List<string> relayRegionId = null, List<string> multiplayRegionId = null, List<string> multiplayFleetId = null, List<string> matchmakerQueueName = null, List<string> matchmakerPoolId = null)
Parameters
Type | Name | Description |
---|---|---|
List<String> | projectId | projectId param |
List<String> | environmentId | environmentId param |
List<String> | relayRegionId | relayRegionId param |
List<String> | multiplayRegionId | multiplayRegionId param |
List<String> | multiplayFleetId | multiplayFleetId param |
List<String> | matchmakerQueueName | matchmakerQueueName param |
List<String> | matchmakerPoolId | matchmakerPoolId param |
Properties
EnvironmentId
Parameter environmentId of QosServerAnnotations
Declaration
[Preserve]
public List<string> EnvironmentId { get; }
Property Value
Type | Description |
---|---|
List<String> |
MatchmakerPoolId
Parameter matchmakerPoolId of QosServerAnnotations
Declaration
[Preserve]
public List<string> MatchmakerPoolId { get; }
Property Value
Type | Description |
---|---|
List<String> |
MatchmakerQueueName
Parameter matchmakerQueueName of QosServerAnnotations
Declaration
[Preserve]
public List<string> MatchmakerQueueName { get; }
Property Value
Type | Description |
---|---|
List<String> |
MultiplayFleetId
Parameter multiplayFleetId of QosServerAnnotations
Declaration
[Preserve]
public List<string> MultiplayFleetId { get; }
Property Value
Type | Description |
---|---|
List<String> |
MultiplayRegionId
Parameter multiplayRegionId of QosServerAnnotations
Declaration
[Preserve]
public List<string> MultiplayRegionId { get; }
Property Value
Type | Description |
---|---|
List<String> |
ProjectId
Parameter projectId of QosServerAnnotations
Declaration
[Preserve]
public List<string> ProjectId { get; }
Property Value
Type | Description |
---|---|
List<String> |
RelayRegionId
Parameter relayRegionId of QosServerAnnotations
Declaration
[Preserve]
public List<string> RelayRegionId { get; }
Property Value
Type | Description |
---|---|
List<String> |