Class ProcessTestAllocation500Response
ProcessTestAllocation500Response
Inherited Members
Namespace: Unity.Services.Apis.Admin.Multiplay
Assembly: Unity.Services.Apis.dll
Syntax
[DataContract(Name = "ProcessTestAllocation_500_response")]
[Preserve]
public class ProcessTestAllocation500Response
Constructors
ProcessTestAllocation500Response(string, int, int, string)
Initializes a new instance of the Process
Declaration
[Preserve]
public ProcessTestAllocation500Response(string title = null, int status = 0, int code = 0, string requestId = null)
Parameters
Type | Name | Description |
---|---|---|
string | title | title. |
int | status | status. |
int | code | code. |
string | requestId | Request correlation ID. |
Properties
Code
Gets or Sets Code
Declaration
[DataMember(Name = "code", EmitDefaultValue = false)]
[Preserve]
public int Code { get; set; }
Property Value
Type | Description |
---|---|
int |
RequestId
Request correlation ID
Declaration
[DataMember(Name = "requestId", EmitDefaultValue = false)]
[Preserve]
public string RequestId { get; set; }
Property Value
Type | Description |
---|---|
string | Request correlation ID |
Status
Gets or Sets Status
Declaration
[DataMember(Name = "status", EmitDefaultValue = false)]
[Preserve]
public int Status { get; set; }
Property Value
Type | Description |
---|---|
int |
Title
Gets or Sets Title
Declaration
[DataMember(Name = "title", EmitDefaultValue = false)]
[Preserve]
public string Title { get; set; }
Property Value
Type | Description |
---|---|
string |