Class BatchConflictErrorResponseAllOf
BatchConflictErrorResponseAllOf
Inherited Members
Namespace: Unity.Services.Apis.Admin.CloudSave
Assembly: Unity.Services.Apis.dll
Syntax
[DataContract(Name = "BatchConflictErrorResponse_allOf")]
[Preserve]
public class BatchConflictErrorResponseAllOf
Constructors
BatchConflictErrorResponseAllOf(List<ConflictErrorResponseData>)
Initializes a new instance of the Batch
Declaration
[Preserve]
public BatchConflictErrorResponseAllOf(List<ConflictErrorResponseData> data = null)
Parameters
Type | Name | Description |
---|---|---|
List<Conflict |
data | A human-readable explanation specific to this occurrence of the problem.. |
Properties
Data
A human-readable explanation specific to this occurrence of the problem.
Declaration
[DataMember(Name = "data", EmitDefaultValue = false)]
[Preserve]
public List<ConflictErrorResponseData> Data { get; set; }
Property Value
Type | Description |
---|---|
List<Conflict |
A human-readable explanation specific to this occurrence of the problem. |