v1.1.4
Latest
2022.3+

Class JoinCodeResponseBody

JoinCodeResponseBody model

Inheritance
System.Object
JoinCodeResponseBody
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Unity.Services.Relay.Models
Syntax
[Preserve]
public class JoinCodeResponseBody

Constructors

Creates an instance of JoinCodeResponseBody.

Declaration
[Preserve]
public JoinCodeResponseBody(ResponseMeta meta, ResponseLinks links, JoinCodeData data)
Parameters
TypeNameDescription
ResponseMetameta

meta param

ResponseLinkslinks

links param

JoinCodeDatadata

data param

Properties

Data

Parameter data of JoinCodeResponseBody

Declaration
[Preserve]
public JoinCodeData Data { get; }
Property Value
TypeDescription
JoinCodeData

Parameter links of JoinCodeResponseBody

Declaration
[Preserve]
public ResponseLinks Links { get; }
Property Value
TypeDescription
ResponseLinks

Meta

Parameter meta of JoinCodeResponseBody

Declaration
[Preserve]
public ResponseMeta Meta { get; }
Property Value
TypeDescription
ResponseMeta