Class MultiplayBuildsBuildInstallRegions
A single build install region within a build installs list response.
Inherited Members
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 Multiplay
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. |