Class GetItems400Response
GetItems400Response
Implements
Inherited Members
Namespace: Unity.Services.Apis.CloudSave
Assembly: Unity.Services.Apis.dll
Syntax
[JsonConverter(typeof(GetItems400ResponseJsonConverter))]
[DataContract(Name = "getItems_400_response")]
[Preserve]
public class GetItems400Response : AbstractOpenAPISchema, IEquatable<GetItems400Response>
Constructors
GetItems400Response(BasicErrorResponse)
Initializes a new instance of the Get
Declaration
[Preserve]
public GetItems400Response(BasicErrorResponse actualInstance)
Parameters
Type | Name | Description |
---|---|---|
Basic |
actualInstance | An instance of BasicErrorResponse. |
GetItems400Response(ValidationErrorResponse)
Initializes a new instance of the Get
Declaration
[Preserve]
public GetItems400Response(ValidationErrorResponse actualInstance)
Parameters
Type | Name | Description |
---|---|---|
Validation |
actualInstance | An instance of ValidationErrorResponse. |
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(GetItems400Response)
Returns true if GetItems400Response instances are equal
Declaration
public bool Equals(GetItems400Response input)
Parameters
Type | Name | Description |
---|---|---|
Get |
input | Instance of GetItems400Response to be compared |
Returns
Type | Description |
---|---|
bool | Boolean |
FromJson(string)
Converts the JSON string into an instance of GetItems400Response
Declaration
public static GetItems400Response FromJson(string jsonString)
Parameters
Type | Name | Description |
---|---|---|
string | jsonString | JSON string |
Returns
Type | Description |
---|---|
Get |
An instance of GetItems400Response |
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 |
---|---|
Basic |
An instance of BasicErrorResponse |
GetHashCode()
Gets the hash code
Declaration
public override int GetHashCode()
Returns
Type | Description |
---|---|
int | Hash code |
Overrides
GetValidationErrorResponse()
Get the actual instance of ValidationErrorResponse
. If the actual instance is not ValidationErrorResponse
,
the InvalidClassException will be thrown
Declaration
public ValidationErrorResponse GetValidationErrorResponse()
Returns
Type | Description |
---|---|
Validation |
An instance of ValidationErrorResponse |
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 |