Class AuthenticationErrorDetailsInner
AuthenticationErrorDetailsInner
Implements
Inherited Members
Namespace: Unity.Services.Apis.PlayerAuthentication
Assembly: Unity.Services.Apis.dll
Syntax
[JsonConverter(typeof(AuthenticationErrorDetailsInnerJsonConverter))]
[DataContract(Name = "AuthenticationError_details_inner")]
[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
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
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
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
ToString()
Returns the string presentation of the object
Declaration
public override string ToString()
Returns
| Type | Description |
|---|---|
| string | String presentation of the object |