Show / Hide Table of Contents

Class GetWorkRequestRequest

Inheritance
System.Object
GetWorkRequestRequest
Implements
IOciRequest
Namespace: Oci.IdentityService.Requests
Assembly: OCI.DotNetSDK.Identity.dll
Syntax
public class GetWorkRequestRequest : object, IOciRequest
Examples

Click here to see an example of how to use GetWorkRequest request.

Properties

WorkRequestId

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

The OCID of the work request.

Remarks

Required

Implements

IOciRequest
In This Article
Back to top