Class AllocateResponseBody
AllocateResponseBody
Inherited Members
Namespace: Unity.Services.Apis.Relay
Assembly: Unity.Services.Apis.dll
Syntax
[DataContract(Name = "AllocateResponseBody")]
[Preserve]
public class AllocateResponseBody
Constructors
AllocateResponseBody(ResponseMeta, ResponseLinks, AllocationData)
Initializes a new instance of the Allocate
Declaration
[Preserve]
public AllocateResponseBody(ResponseMeta meta = null, ResponseLinks links = null, AllocationData data = null)
Parameters
Type | Name | Description |
---|---|---|
Response |
meta | meta (required). |
Response |
links | links. |
Allocation |
data | data (required). |
Properties
Data
Gets or Sets Data
Declaration
[DataMember(Name = "data", IsRequired = true, EmitDefaultValue = true)]
[Preserve]
public AllocationData Data { get; set; }
Property Value
Type | Description |
---|---|
Allocation |
Links
Gets or Sets Links
Declaration
[DataMember(Name = "links", EmitDefaultValue = false)]
[Preserve]
public ResponseLinks Links { get; set; }
Property Value
Type | Description |
---|---|
Response |
Meta
Gets or Sets Meta
Declaration
[DataMember(Name = "meta", IsRequired = true, EmitDefaultValue = true)]
[Preserve]
public ResponseMeta Meta { get; set; }
Property Value
Type | Description |
---|---|
Response |