Class InlineResponse400
InlineResponse400 model
Namespace: Unity.Services.Ccd.Management.Models
Syntax
[Preserve]
public class InlineResponse400
Constructors
InlineResponse400(String, Int32, String, List<Object>, String)
Creates an instance of InlineResponse400.
Declaration
[Preserve]
public InlineResponse400(string title = null, int status = 0, string detail = null, List<object> details = null, string requestId = null)
Parameters
Type | Name | Description |
---|---|---|
String | title | title param |
Int32 | status | status param |
String | detail | detail param |
List<Object> | details | details param |
String | requestId | requestId param |
Properties
Detail
Declaration
[Preserve]
public string Detail { get; }
Property Value
Type | Description |
---|---|
String |
Details
Declaration
[Preserve]
public List<object> Details { get; }
Property Value
Type | Description |
---|---|
List<Object> |
RequestId
Declaration
[Preserve]
public string RequestId { get; }
Property Value
Type | Description |
---|---|
String |
Status
Declaration
[Preserve]
public int Status { get; }
Property Value
Type | Description |
---|---|
Int32 |
Title
Declaration
[Preserve]
public string Title { get; }
Property Value
Type | Description |
---|---|
String |