docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class MultiplayBuildsBuildInstallRegions

    A single build install region within a build installs list response.

    Inheritance
    object
    MultiplayBuildsBuildInstallRegions
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Services.Apis.Admin.Multiplay
    Assembly: Unity.Services.Apis.dll
    Syntax
    [DataContract(Name = "multiplay.builds.buildInstallRegions")]
    [Preserve]
    public class MultiplayBuildsBuildInstallRegions

    Constructors

    MultiplayBuildsBuildInstallRegions(long, long, long, string)

    Initializes a new instance of the MultiplayBuildsBuildInstallRegions class.

    Declaration
    [Preserve]
    public MultiplayBuildsBuildInstallRegions(long completedMachines = 0, long failures = 0, long pendingMachines = 0, string regionName = null)
    Parameters
    Type Name Description
    long completedMachines

    The total number of completed machines within a build installs by region breakdown list region. (required).

    long failures

    The total number of failed machines within a build installs by region breakdown list region. (required).

    long pendingMachines

    The total number of pending machines within a build installs by region breakdown list region. (required).

    string regionName

    The name of a region within a build installs by region breakdown list region. (required).

    Properties

    CompletedMachines

    The total number of completed machines within a build installs by region breakdown list region.

    Declaration
    [DataMember(Name = "completedMachines", IsRequired = true, EmitDefaultValue = true)]
    [Preserve]
    public long CompletedMachines { get; set; }
    Property Value
    Type Description
    long

    The total number of completed machines within a build installs by region breakdown list region.

    Failures

    The total number of failed machines within a build installs by region breakdown list region.

    Declaration
    [DataMember(Name = "failures", IsRequired = true, EmitDefaultValue = true)]
    [Preserve]
    public long Failures { get; set; }
    Property Value
    Type Description
    long

    The total number of failed machines within a build installs by region breakdown list region.

    PendingMachines

    The total number of pending machines within a build installs by region breakdown list region.

    Declaration
    [DataMember(Name = "pendingMachines", IsRequired = true, EmitDefaultValue = true)]
    [Preserve]
    public long PendingMachines { get; set; }
    Property Value
    Type Description
    long

    The total number of pending machines within a build installs by region breakdown list region.

    RegionName

    The name of a region within a build installs by region breakdown list region.

    Declaration
    [DataMember(Name = "regionName", IsRequired = true, EmitDefaultValue = true)]
    [Preserve]
    public string RegionName { get; set; }
    Property Value
    Type Description
    string

    The name of a region within a build installs by region breakdown list region.

    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)