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