Show / Hide Table of Contents

Class ListWorkRequestErrorsResponse

Inheritance
object
OciResponse
ListWorkRequestErrorsResponse
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.DesktopsService.Responses
Assembly: OCI.DotNetSDK.Desktops.dll
Syntax
public class ListWorkRequestErrorsResponse : OciResponse, IOciResponse

Properties

OpcNextPage

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

For pagination.

OpcRequestId

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

The unique identifier of the request.

WorkRequestErrorCollection

Declaration
[HttpConverter(TargetEnum.Body)]
public WorkRequestErrorCollection WorkRequestErrorCollection { get; set; }
Property Value
Type Description
WorkRequestErrorCollection

The returned WorkRequestErrorCollection instance.

Implements

IOciResponse
In this article
Back to top