Class QueryIndexResponse
The response to an index query request containing a list of the resulting entity IDs and their associated data.
Inherited Members
Namespace: Unity.Services.Apis.CloudSave
Assembly: solution.dll
Syntax
[Preserve]
public class QueryIndexResponse
Constructors
QueryIndexResponse(List<QueryIndexResponseResultsInner>)
Initializes a new instance of the QueryIndexResponse class.
Declaration
[Preserve]
public QueryIndexResponse(List<QueryIndexResponseResultsInner> results = null)
Parameters
Type | Name | Description |
---|---|---|
List<QueryIndexResponseResultsInner> | results | results. |
Properties
Results
Gets or Sets Results
Declaration
[Preserve]
public List<QueryIndexResponseResultsInner> Results { get; set; }
Property Value
Type | Description |
---|---|
List<QueryIndexResponseResultsInner> |