Class QueryIndexResponseResultsInner
QueryIndexResponseResultsInner
Inherited Members
Namespace: Unity.Services.Apis.CloudSave
Assembly: solution.dll
Syntax
[Preserve]
public class QueryIndexResponseResultsInner
Constructors
QueryIndexResponseResultsInner(QueryIndexResponseResultsInnerId, List<Item>)
Initializes a new instance of the QueryIndexResponseResultsInner class.
Declaration
[Preserve]
public QueryIndexResponseResultsInner(QueryIndexResponseResultsInnerId id = null, List<Item> data = null)
Parameters
Type | Name | Description |
---|---|---|
QueryIndexResponseResultsInnerId | id | id. |
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
Gets or Sets Id
Declaration
[Preserve]
public QueryIndexResponseResultsInnerId Id { get; set; }
Property Value
Type | Description |
---|---|
QueryIndexResponseResultsInnerId |