Show / Hide Table of Contents

Class ListIamWorkRequestErrorsResponse

Inheritance
System.Object
ListIamWorkRequestErrorsResponse
Implements
IOciResponse
Namespace: Oci.IdentityService.Responses
Assembly: OCI.DotNetSDK.Identity.dll
Syntax
public class ListIamWorkRequestErrorsResponse : object, IOciResponse

Properties

Items

Declaration
public System.Collections.Generic.List<IamWorkRequestErrorSummary> Items { get; set; }
Property Value
Type Description
System.Collections.Generic.List<IamWorkRequestErrorSummary>

A list of IamWorkRequestErrorSummary instances.

OpcNextPage

Declaration
public string OpcNextPage { get; set; }
Property Value
Type Description
System.String

For list pagination. When this header appears in the response, additional pages of results remain. For important details about how pagination works, see List Pagination.

OpcRequestId

Declaration
public string OpcRequestId { get; set; }
Property Value
Type Description
System.String

Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a particular request, please provide the request ID.

Implements

IOciResponse
Back to top