docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Class ConflictItemErrorResponseData

    ConflictItemErrorResponseData

    Inheritance
    object
    ConflictItemErrorResponseData
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unity.Services.Apis.Admin.Economy
    Assembly: Unity.Services.Apis.dll
    Syntax
    [DataContract(Name = "conflict_item_error_response_data")]
    [Preserve]
    public class ConflictItemErrorResponseData

    Constructors

    ConflictItemErrorResponseData(ConflictItemErrorResponseDataAttempted, ConflictItemErrorResponseDataExisting)

    Initializes a new instance of the ConflictItemErrorResponseData class.

    Declaration
    [Preserve]
    public ConflictItemErrorResponseData(ConflictItemErrorResponseDataAttempted attempted = null, ConflictItemErrorResponseDataExisting existing = null)
    Parameters
    Type Name Description
    ConflictItemErrorResponseDataAttempted attempted

    attempted (required).

    ConflictItemErrorResponseDataExisting existing

    existing (required).

    Properties

    Attempted

    Gets or Sets Attempted

    Declaration
    [DataMember(Name = "attempted", IsRequired = true, EmitDefaultValue = true)]
    [Preserve]
    public ConflictItemErrorResponseDataAttempted Attempted { get; set; }
    Property Value
    Type Description
    ConflictItemErrorResponseDataAttempted

    Existing

    Gets or Sets Existing

    Declaration
    [DataMember(Name = "existing", IsRequired = true, EmitDefaultValue = true)]
    [Preserve]
    public ConflictItemErrorResponseDataExisting Existing { get; set; }
    Property Value
    Type Description
    ConflictItemErrorResponseDataExisting
    In This Article
    Back to top
    Copyright © 2025 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)