Class InlineResponse503
InlineResponse503 model
Namespace: Unity.Services.Ccd.Management.Models
Syntax
[Preserve]
public class InlineResponse503
Constructors
InlineResponse503(String, Int32, String)
Creates an instance of InlineResponse503.
Declaration
[Preserve]
public InlineResponse503(string title = null, int status = 0, string requestId = null)
Parameters
Type | Name | Description |
---|---|---|
String | title | title param |
Int32 | status | status param |
String | requestId | requestId param |
Properties
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 |