Class ListAllocations500Response
ListAllocations500Response
Inherited Members
Namespace: Unity.Services.Apis.Multiplay
Assembly: solution.dll
Syntax
[Preserve]
public class ListAllocations500Response
Constructors
ListAllocations500Response(string, int, string)
Initializes a new instance of the ListAllocations500Response class.
Declaration
[Preserve]
public ListAllocations500Response(string requestId = null, int status = 0, string title = null)
Parameters
Type | Name | Description |
---|---|---|
string | requestId | requestId. |
int | status | status. |
string | title | title. |
Properties
RequestId
Gets or Sets RequestId
Declaration
[Preserve]
public string RequestId { get; set; }
Property Value
Type | Description |
---|---|
string |
Status
Gets or Sets Status
Declaration
[Preserve]
public int Status { get; set; }
Property Value
Type | Description |
---|---|
int |
Title
Gets or Sets Title
Declaration
[Preserve]
public string Title { get; set; }
Property Value
Type | Description |
---|---|
string |