docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class TicketStatusResponse

    TicketStatusResponse

    Inheritance
    object
    AbstractOpenAPISchema
    TicketStatusResponse
    Implements
    IEquatable<TicketStatusResponse>
    Inherited Members
    AbstractOpenAPISchema.IsNullable
    AbstractOpenAPISchema.SchemaType
    AbstractOpenAPISchema.SerializerSettings
    AbstractOpenAPISchema.AdditionalPropertiesSerializerSettings
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetType()
    object.MemberwiseClone()
    Namespace: Unity.Services.Apis.Matchmaker
    Assembly: solution.dll
    Syntax
    [Preserve]
    public class TicketStatusResponse : AbstractOpenAPISchema, IEquatable<TicketStatusResponse>

    Constructors

    TicketStatusResponse(MatchIdAssignment)

    Initializes a new instance of the TicketStatusResponse class with the MatchIdAssignment class

    Declaration
    [Preserve]
    public TicketStatusResponse(MatchIdAssignment actualInstance)
    Parameters
    Type Name Description
    MatchIdAssignment actualInstance

    An instance of MatchIdAssignment.

    TicketStatusResponse(MultiplayAssignment)

    Initializes a new instance of the TicketStatusResponse class with the MultiplayAssignment class

    Declaration
    [Preserve]
    public TicketStatusResponse(MultiplayAssignment actualInstance)
    Parameters
    Type Name Description
    MultiplayAssignment actualInstance

    An instance of MultiplayAssignment.

    Properties

    ActualInstance

    Gets or Sets ActualInstance

    Declaration
    public override object ActualInstance { get; set; }
    Property Value
    Type Description
    object
    Overrides
    AbstractOpenAPISchema.ActualInstance

    Methods

    Equals(object)

    Returns true if objects are equal

    Declaration
    public override bool Equals(object input)
    Parameters
    Type Name Description
    object input

    Object to be compared

    Returns
    Type Description
    bool

    Boolean

    Overrides
    object.Equals(object)

    Equals(TicketStatusResponse)

    Returns true if TicketStatusResponse instances are equal

    Declaration
    public bool Equals(TicketStatusResponse input)
    Parameters
    Type Name Description
    TicketStatusResponse input

    Instance of TicketStatusResponse to be compared

    Returns
    Type Description
    bool

    Boolean

    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

    GetHashCode()

    Gets the hash code

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int

    Hash code

    Overrides
    object.GetHashCode()

    GetMatchIdAssignment()

    Get the actual instance of MatchIdAssignment. If the actual instance is not MatchIdAssignment, the InvalidClassException will be thrown

    Declaration
    public MatchIdAssignment GetMatchIdAssignment()
    Returns
    Type Description
    MatchIdAssignment

    An instance of MatchIdAssignment

    GetMultiplayAssignment()

    Get the actual instance of MultiplayAssignment. If the actual instance is not MultiplayAssignment, the InvalidClassException will be thrown

    Declaration
    public MultiplayAssignment GetMultiplayAssignment()
    Returns
    Type Description
    MultiplayAssignment

    An instance of MultiplayAssignment

    ToJson()

    Returns the JSON string presentation of the object

    Declaration
    public override string ToJson()
    Returns
    Type Description
    string

    JSON string presentation of the object

    Overrides
    AbstractOpenAPISchema.ToJson()

    ToString()

    Returns the string presentation of the object

    Declaration
    public override string ToString()
    Returns
    Type Description
    string

    String presentation of the object

    Overrides
    object.ToString()

    Implements

    IEquatable<T>
    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)