v1.0.0
Latest
2022.3+

Class TicketStatusResponse

TicketStatusResponse model

Inheritance
System.Object
TicketStatusResponse
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.Matchmaker.Models
Syntax
public class TicketStatusResponse : IOneOf

Constructors

TicketStatusResponse(Object, Type)

TicketStatusResponse Constructor

Declaration
public TicketStatusResponse(object value, Type type)
Parameters
TypeNameDescription
System.Objectvalue

The value as an object for TicketStatusResponse

System.Typetype

The type for TicketStatusResponse

Properties

Type

Type

Declaration
public Type Type { get; }
Property Value
TypeDescription
System.Type

Value

Value

Declaration
public object Value { get; }
Property Value
TypeDescription
System.Object

Methods

FromJson(String)

Converts the JSON string into an instance of TicketStatusResponse

Declaration
public static TicketStatusResponse FromJson(string jsonString)
Parameters
TypeNameDescription
System.StringjsonString

JSON string

Returns
TypeDescription
TicketStatusResponse

An instance of TicketStatusResponse