Class Region
Region model
Inheritance
object
Region
Namespace: Unity.Services.Relay.Models
Assembly: solution.dll
Syntax
public class Region
Constructors
Region(string, string)
Creates an instance of Region.
Declaration
public Region(string id, string description)
Parameters
| Type | Name | Description |
|---|---|---|
| string | id | The region ID used in allocation requests. |
| string | description | A human-readable description of the region. It can include geographical information such as the city name or country. |
Properties
Description
A human-readable description of the region. It can include geographical information such as the city name or country.
Declaration
public string Description { get; }
Property Value
| Type | Description |
|---|---|
| string |
Id
The region ID used in allocation requests.
Declaration
public string Id { get; }
Property Value
| Type | Description |
|---|---|
| string |