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