docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class ErrorResponseConflictInventoryUpdateData

    ErrorResponseConflictInventoryUpdateData

    Inheritance
    object
    ErrorResponseConflictInventoryUpdateData
    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 ErrorResponseConflictInventoryUpdateData

    Constructors

    ErrorResponseConflictInventoryUpdateData(AddInventoryRequest, ErrorResponseConflictInventoryUpdateDataExisting)

    Initializes a new instance of the ErrorResponseConflictInventoryUpdateData class.

    Declaration
    [Preserve]
    public ErrorResponseConflictInventoryUpdateData(AddInventoryRequest attempted = null, ErrorResponseConflictInventoryUpdateDataExisting existing = null)
    Parameters
    Type Name Description
    AddInventoryRequest attempted

    attempted (required).

    ErrorResponseConflictInventoryUpdateDataExisting existing

    existing (required).

    Properties

    Attempted

    Gets or Sets Attempted

    Declaration
    [Preserve]
    public AddInventoryRequest Attempted { get; set; }
    Property Value
    Type Description
    AddInventoryRequest

    Existing

    Gets or Sets Existing

    Declaration
    [Preserve]
    public ErrorResponseConflictInventoryUpdateDataExisting Existing { get; set; }
    Property Value
    Type Description
    ErrorResponseConflictInventoryUpdateDataExisting
    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)