docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class TicketStatusResponse

    TicketStatusResponse model

    Inheritance
    object
    TicketStatusResponse
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Services.Matchmaker.Models
    Assembly: Unity.Services.Multiplayer.dll
    Syntax
    [Preserve]
    [JsonConverter(typeof(TicketStatusResponseJsonConverter))]
    [DataContract(Name = "TicketStatusResponse")]
    public class TicketStatusResponse

    Constructors

    TicketStatusResponse(object, Type)

    TicketStatusResponse Constructor

    Declaration
    public TicketStatusResponse(object value, Type type)
    Parameters
    Type Name Description
    object value

    The value as an object for TicketStatusResponse

    Type type

    The type for TicketStatusResponse

    Properties

    Type

    Type

    Declaration
    public Type Type { get; }
    Property Value
    Type Description
    Type

    Value

    Value

    Declaration
    public object Value { get; }
    Property Value
    Type Description
    object

    Methods

    FromJson(string)

    Converts the JSON string into an instance of TicketStatusResponse

    Declaration
    public static TicketStatusResponse FromJson(string jsonString)
    Parameters
    Type Name Description
    string jsonString

    JSON string

    Returns
    Type Description
    TicketStatusResponse

    An instance of TicketStatusResponse

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)