Class BatchConflictErrorResponseAllOf
BatchConflictErrorResponseAllOf
Inherited Members
Namespace: Unity.Services.Apis.CloudSave
Assembly: solution.dll
Syntax
[Preserve]
public class BatchConflictErrorResponseAllOf
Constructors
BatchConflictErrorResponseAllOf(List<ConflictErrorResponseData>)
Initializes a new instance of the BatchConflictErrorResponseAllOf class.
Declaration
[Preserve]
public BatchConflictErrorResponseAllOf(List<ConflictErrorResponseData> data = null)
Parameters
Type | Name | Description |
---|---|---|
List<ConflictErrorResponseData> | 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
[Preserve]
public List<ConflictErrorResponseData> Data { get; set; }
Property Value
Type | Description |
---|---|
List<ConflictErrorResponseData> | A human-readable explanation specific to this occurrence of the problem. |