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