Class ErrorResponseConflictInventoryDeleteData
ErrorResponseConflictInventoryDeleteData
Inherited Members
Namespace: Unity.Services.Apis.Economy
Assembly: Unity.Services.Apis.dll
Syntax
[DataContract(Name = "error_response_conflict_inventory_delete_data")]
[Preserve]
public class ErrorResponseConflictInventoryDeleteData
Constructors
ErrorResponseConflictInventoryDeleteData(ErrorResponseConflictInventoryDeleteDataAttempted, InventoryResponse)
Initializes a new instance of the Error
Declaration
[Preserve]
public ErrorResponseConflictInventoryDeleteData(ErrorResponseConflictInventoryDeleteDataAttempted attempted = null, InventoryResponse existing = null)
Parameters
Type | Name | Description |
---|---|---|
Error |
attempted | attempted (required). |
Inventory |
existing | existing (required). |
Properties
Attempted
Gets or Sets Attempted
Declaration
[DataMember(Name = "attempted", IsRequired = true, EmitDefaultValue = true)]
[Preserve]
public ErrorResponseConflictInventoryDeleteDataAttempted Attempted { get; set; }
Property Value
Type | Description |
---|---|
Error |
Existing
Gets or Sets Existing
Declaration
[DataMember(Name = "existing", IsRequired = true, EmitDefaultValue = true)]
[Preserve]
public InventoryResponse Existing { get; set; }
Property Value
Type | Description |
---|---|
Inventory |