docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class AuthenticationErrorDetailsInner

    AuthenticationErrorDetailsInner

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

    Constructors

    AuthenticationErrorDetailsInner(object)

    Initializes a new instance of the AuthenticationErrorDetailsInner class with the object class

    Declaration
    [Preserve]
    public AuthenticationErrorDetailsInner(object actualInstance)
    Parameters
    Type Name Description
    object actualInstance

    An instance of Object.

    AuthenticationErrorDetailsInner(ReadNotificationsResponse)

    Initializes a new instance of the AuthenticationErrorDetailsInner class with the ReadNotificationsResponse class

    Declaration
    [Preserve]
    public AuthenticationErrorDetailsInner(ReadNotificationsResponse actualInstance)
    Parameters
    Type Name Description
    ReadNotificationsResponse actualInstance

    An instance of ReadNotificationsResponse.

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

    Returns true if AuthenticationErrorDetailsInner instances are equal

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

    Instance of AuthenticationErrorDetailsInner to be compared

    Returns
    Type Description
    bool

    Boolean

    FromJson(string)

    Converts the JSON string into an instance of AuthenticationErrorDetailsInner

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

    JSON string

    Returns
    Type Description
    AuthenticationErrorDetailsInner

    An instance of AuthenticationErrorDetailsInner

    GetHashCode()

    Gets the hash code

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    int

    Hash code

    Overrides
    object.GetHashCode()

    GetObject()

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

    Declaration
    public object GetObject()
    Returns
    Type Description
    object

    An instance of Object

    GetReadNotificationsResponse()

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

    Declaration
    public ReadNotificationsResponse GetReadNotificationsResponse()
    Returns
    Type Description
    ReadNotificationsResponse

    An instance of ReadNotificationsResponse

    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)