docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class RunModule422Response

    RunModule422Response

    Inheritance
    object
    AbstractOpenAPISchema
    RunModule422Response
    Implements
    IEquatable<RunModule422Response>
    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.CloudCode
    Assembly: solution.dll
    Syntax
    [Preserve]
    public class RunModule422Response : AbstractOpenAPISchema, IEquatable<RunModule422Response>

    Constructors

    RunModule422Response(BasicErrorResponse)

    Initializes a new instance of the RunModule422Response class with the BasicErrorResponse class

    Declaration
    [Preserve]
    public RunModule422Response(BasicErrorResponse actualInstance)
    Parameters
    Type Name Description
    BasicErrorResponse actualInstance

    An instance of BasicErrorResponse.

    RunModule422Response(InvocationErrorResponse)

    Initializes a new instance of the RunModule422Response class with the InvocationErrorResponse class

    Declaration
    [Preserve]
    public RunModule422Response(InvocationErrorResponse actualInstance)
    Parameters
    Type Name Description
    InvocationErrorResponse actualInstance

    An instance of InvocationErrorResponse.

    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(RunModule422Response)

    Returns true if RunModule422Response instances are equal

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

    Instance of RunModule422Response to be compared

    Returns
    Type Description
    bool

    Boolean

    FromJson(string)

    Converts the JSON string into an instance of RunModule422Response

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

    JSON string

    Returns
    Type Description
    RunModule422Response

    An instance of RunModule422Response

    GetBasicErrorResponse()

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

    Declaration
    public BasicErrorResponse GetBasicErrorResponse()
    Returns
    Type Description
    BasicErrorResponse

    An instance of BasicErrorResponse

    GetHashCode()

    Gets the hash code

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int

    Hash code

    Overrides
    object.GetHashCode()

    GetInvocationErrorResponse()

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

    Declaration
    public InvocationErrorResponse GetInvocationErrorResponse()
    Returns
    Type Description
    InvocationErrorResponse

    An instance of InvocationErrorResponse

    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)