Class RegionsData
RegionsData
Inherited Members
Namespace: Unity.Services.Apis.Relay
Assembly: solution.dll
Syntax
[Preserve]
public class RegionsData
Constructors
RegionsData(List<Region>)
Initializes a new instance of the RegionsData class.
Declaration
[Preserve]
public RegionsData(List<Region> regions = null)
Parameters
Type | Name | Description |
---|---|---|
List<Region> | regions | An array of regions where Relay servers might be available. (required). |
Properties
Regions
An array of regions where Relay servers might be available.
Declaration
[Preserve]
public List<Region> Regions { get; set; }
Property Value
Type | Description |
---|---|
List<Region> | An array of regions where Relay servers might be available. |