v1.0.0
Latest
2022.3+

Class Region

Region model

Inheritance
System.Object
Region
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.Relay.Models
Syntax
public class Region

Constructors

Region(String, String)

Creates an instance of Region.

Declaration
public Region(string id, string description)
Parameters
TypeNameDescription
System.Stringid

The region ID used in allocation requests.

System.Stringdescription

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
TypeDescription
System.String

Id

The region ID used in allocation requests.

Declaration
public string Id { get; }
Property Value
TypeDescription
System.String