Class ConflictItemErrorResponseData
ConflictItemErrorResponseData
Inherited Members
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 Conflict
Declaration
[Preserve]
public ConflictItemErrorResponseData(ConflictItemErrorResponseDataAttempted attempted = null, ConflictItemErrorResponseDataExisting existing = null)
Parameters
Type | Name | Description |
---|---|---|
Conflict |
attempted | attempted (required). |
Conflict |
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 |
---|---|
Conflict |
Existing
Gets or Sets Existing
Declaration
[DataMember(Name = "existing", IsRequired = true, EmitDefaultValue = true)]
[Preserve]
public ConflictItemErrorResponseDataExisting Existing { get; set; }
Property Value
Type | Description |
---|---|
Conflict |