Class QueryIndexResponseResultsInner
QueryIndexResponseResultsInner
Inherited Members
Namespace: Unity.Services.Apis.CloudSave
Assembly: solution.dll
Syntax
[Preserve]
public class QueryIndexResponseResultsInner
Constructors
QueryIndexResponseResultsInner(string, List<Item>)
Initializes a new instance of the QueryIndexResponseResultsInner class.
Declaration
[Preserve]
public QueryIndexResponseResultsInner(string id = null, List<Item> data = null)
Parameters
Type | Name | Description |
---|---|---|
string | id | The entity ID (player or custom). |
List<Item> | data | The list of data key-value pairs for the entity. |
Properties
Data
The list of data key-value pairs for the entity
Declaration
[Preserve]
public List<Item> Data { get; set; }
Property Value
Type | Description |
---|---|
List<Item> | The list of data key-value pairs for the entity |
Id
The entity ID (player or custom)
Declaration
[Preserve]
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string | The entity ID (player or custom) |