Class Item
Response type for a Data Item stored in the Cloud Save service.
Inherited Members
Namespace: Unity.Services.CloudSave.Models
Assembly: solution.dll
Syntax
public class Item
Properties
| Name | Description |
|---|---|
| Created | The datetime when the value was initially created |
| Key | The key against which the data is stored |
| Modified | The datetime when the value was last modified |
| Value | Any JSON serializable structure |
| WriteLock | The write lock value for the data, used for enforcing conflict checking when updating an existing data item |