Class CloudSaveConflictErrorDetail
Inherited Members
Namespace: Unity.Services.CloudSave
Assembly: Unity.Services.CloudSave.dll
Syntax
[Preserve]
public class CloudSaveConflictErrorDetail
Properties
AttemptedWriteLock
Declaration
[Preserve]
public string AttemptedWriteLock { get; }
Property Value
Type | Description |
---|---|
string |
ExistingWriteLock
Declaration
[Preserve]
public string ExistingWriteLock { get; }
Property Value
Type | Description |
---|---|
string |
Key
Declaration
[Preserve]
public string Key { get; }
Property Value
Type | Description |
---|---|
string |