Show / Hide Table of Contents

Class GetJobLogsResponse

Inheritance
object
OciResponse
GetJobLogsResponse
Implements
IOciResponse
Inherited Members
OciResponse.httpResponseMessage
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ResourcemanagerService.Responses
Assembly: OCI.DotNetSDK.Resourcemanager.dll
Syntax
public class GetJobLogsResponse : OciResponse, IOciResponse

Properties

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 opc-next-page header appears in the response, additional pages of results remain. To receive the next page, include the header value in the page param. If the opc-next-page header does not appear in the response, there are no more list items to get. For more information about list pagination, see List Pagination.

OpcRequestId

Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }
Property Value
Type Description
string

Unique identifier for the request.

Implements

IOciResponse
In this article
Back to top