docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    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
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)