docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    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.

    Inheritance
    object
    InventoryDeleteRequest
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    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 writeLock query parameter instead..

    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 writeLock query parameter instead.

    In This Article
    Back to top
    Copyright © 2024 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)