Class QosServiceServersResponseBody
QosServiceServersResponseBody
Inherited Members
Namespace: Unity.Services.Apis.QoS
Assembly: solution.dll
Syntax
[Preserve]
public class QosServiceServersResponseBody
Constructors
QosServiceServersResponseBody(QosServiceServersList)
Initializes a new instance of the QosServiceServersResponseBody class.
Declaration
[Preserve]
public QosServiceServersResponseBody(QosServiceServersList data = null)
Parameters
| Type | Name | Description |
|---|---|---|
| QosServiceServersList | data | data (required). |
Properties
Data
Gets or Sets Data
Declaration
[Preserve]
public QosServiceServersList Data { get; set; }
Property Value
| Type | Description |
|---|---|
| QosServiceServersList |