Class GetJobLogsResponse
Implements
Inherited Members
Namespace: Oci.ResourcemanagerService.Responses
Assembly: OCI.DotNetSDK.Resourcemanager.dll
Syntax
public class GetJobLogsResponse : OciResponse, IOciResponseProperties
Items
Declaration
[HttpConverter(TargetEnum.Body)]
public List<LogEntry> Items { get; set; }Property Value
| Type | Description | 
|---|---|
| List<LogEntry> | A list of LogEntry instances. | 
OpcNextPage
Declaration
[HttpConverter(TargetEnum.Header, "opc-next-page")]
public string OpcNextPage { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Retrieves the next page of paginated list items. If the  | 
OpcRequestId
Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Unique identifier for the request. |