Class DeleteConflictErrorResponseAllOfData
A human-readable explanation specific to this occurrence of the problem.
Inherited Members
Namespace: Unity.Services.Apis.CloudSave
Assembly: Unity.Services.Apis.dll
Syntax
[DataContract(Name = "DeleteConflictErrorResponse_allOf_data")]
[Preserve]
public class DeleteConflictErrorResponseAllOfData
Constructors
DeleteConflictErrorResponseAllOfData(string, string, string)
Initializes a new instance of the Delete
Declaration
[Preserve]
public DeleteConflictErrorResponseAllOfData(string key = null, string attemptedWriteLock = null, string existingWriteLock = null)
Parameters
Type | Name | Description |
---|---|---|
string | key | key. |
string | attemptedWriteLock | attemptedWriteLock. |
string | existingWriteLock | existingWriteLock. |
Properties
AttemptedWriteLock
Gets or Sets AttemptedWriteLock
Declaration
[DataMember(Name = "attemptedWriteLock", EmitDefaultValue = false)]
[Preserve]
public string AttemptedWriteLock { get; set; }
Property Value
Type | Description |
---|---|
string |
ExistingWriteLock
Gets or Sets ExistingWriteLock
Declaration
[DataMember(Name = "existingWriteLock", EmitDefaultValue = false)]
[Preserve]
public string ExistingWriteLock { get; set; }
Property Value
Type | Description |
---|---|
string |
Key
Gets or Sets Key
Declaration
[DataMember(Name = "key", EmitDefaultValue = false)]
[Preserve]
public string Key { get; set; }
Property Value
Type | Description |
---|---|
string |