Class InventoryDeleteRequest
The request body has been deprecated in favor of using query parameters due to inconsistent HTTP client support for sending request bodies for DELETE requests. Please use the corresponding query parameters instead, which will take precedence over any request body properties if both are present.
Inherited Members
Namespace: Unity.Services.Apis.Economy
Assembly: solution.dll
Syntax
[Preserve]
public class InventoryDeleteRequest
Constructors
InventoryDeleteRequest(string)
Initializes a new instance of the InventoryDeleteRequest class.
Declaration
[Preserve]
public InventoryDeleteRequest(string writeLock = null)
Parameters
Type | Name | Description |
---|---|---|
string | writeLock | The write lock for the inventory item instance. This property has been deprecated. Please use the |
Properties
WriteLock
The write lock for the inventory item instance. This property has been deprecated. Please use the writeLock
query parameter instead.
Declaration
[Obsolete]
[Preserve]
public string WriteLock { get; set; }
Property Value
Type | Description |
---|---|
string | The write lock for the inventory item instance. This property has been deprecated. Please use the |