Class ErrorResponseConflictInventoryDeleteDataAttempted
ErrorResponseConflictInventoryDeleteDataAttempted
Inherited Members
Namespace: Unity.Services.Apis.Economy
Assembly: solution.dll
Syntax
[Preserve]
public class ErrorResponseConflictInventoryDeleteDataAttempted
Constructors
ErrorResponseConflictInventoryDeleteDataAttempted(string)
Initializes a new instance of the ErrorResponseConflictInventoryDeleteDataAttempted class.
Declaration
[Preserve]
public ErrorResponseConflictInventoryDeleteDataAttempted(string writeLock = null)
Parameters
Type | Name | Description |
---|---|---|
string | writeLock | The write lock for the inventory item instance.. |
Properties
WriteLock
The write lock for the inventory item instance.
Declaration
[Preserve]
public string WriteLock { get; set; }
Property Value
Type | Description |
---|---|
string | The write lock for the inventory item instance. |