Class ConflictErrorResponseAllOf
ConflictErrorResponseAllOf
Inherited Members
Namespace: Unity.Services.Apis.CloudSave
Assembly: solution.dll
Syntax
[Preserve]
public class ConflictErrorResponseAllOf
Constructors
ConflictErrorResponseAllOf(ConflictErrorResponseData)
Initializes a new instance of the ConflictErrorResponseAllOf class.
Declaration
[Preserve]
public ConflictErrorResponseAllOf(ConflictErrorResponseData data = null)
Parameters
| Type | Name | Description |
|---|---|---|
| ConflictErrorResponseData | data | data. |
Properties
Data
Gets or Sets Data
Declaration
[Preserve]
public ConflictErrorResponseData Data { get; set; }
Property Value
| Type | Description |
|---|---|
| ConflictErrorResponseData |