Class EntityData
QueryResult model
Inherited Members
Namespace: Unity.Services.CloudSave.Models
Assembly: solution.dll
Syntax
[Preserve]
public class EntityData
Constructors
EntityData(string, List<Item>)
Creates an instance of QueryResult.
Declaration
[Preserve]
public EntityData(string id = null, List<Item> data = null)
Parameters
Type | Name | Description |
---|---|---|
string | id | id param |
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; }
Property Value
Type | Description |
---|---|
List<Item> |
Id
Parameter id of QueryResult
Declaration
[Preserve]
public string Id { get; }
Property Value
Type | Description |
---|---|
string |