Class GetLogs403Response
GetLogs403Response
Inherited Members
Namespace: Unity.Services.Apis.Admin.Observability
Assembly: Unity.Services.Apis.dll
Syntax
[DataContract(Name = "getLogs_403_response")]
[Preserve]
public class GetLogs403Response
Constructors
GetLogs403Response(string, int, string, string)
Initializes a new instance of the GetLogs403Response class.
Declaration
[Preserve]
public GetLogs403Response(string title = null, int status = 0, string detail = null, string requestId = null)
Parameters
| Type | Name | Description |
|---|---|---|
| string | title | title. |
| int | status | status. |
| string | detail | detail. |
| string | requestId | Request correlation ID. |
Properties
Detail
Gets or Sets Detail
Declaration
[DataMember(Name = "detail", EmitDefaultValue = false)]
[Preserve]
public string Detail { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RequestId
Request correlation ID
Declaration
[DataMember(Name = "requestId", EmitDefaultValue = false)]
[Preserve]
public string RequestId { get; set; }
Property Value
| Type | Description |
|---|---|
| string | Request correlation ID |
Status
Gets or Sets Status
Declaration
[DataMember(Name = "status", EmitDefaultValue = false)]
[Preserve]
public int Status { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Title
Gets or Sets Title
Declaration
[DataMember(Name = "title", EmitDefaultValue = false)]
[Preserve]
public string Title { get; set; }
Property Value
| Type | Description |
|---|---|
| string |