Class ListWorkRequestsRequest
Implements
Inherited Members
Namespace: Oci.DataflowService.Requests
Assembly: OCI.DotNetSDK.Dataflow.dll
Syntax
public class ListWorkRequestsRequest : IOciRequest
  Examples
Click here to see an example of how to use ListWorkRequests request.
Properties
CompartmentId
Declaration
[Required(ErrorMessage = "CompartmentId is required.")]
[HttpConverter(TargetEnum.Query, "compartmentId")]
public string CompartmentId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | The OCID of the compartment.  | 
      
Remarks
Required
Limit
Declaration
[HttpConverter(TargetEnum.Query, "limit")]
public int? Limit { get; set; }
  Property Value
| Type | Description | 
|---|---|
| int? | The maximum number of results to return in a paginated   | 
      
OpcRequestId
Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | Unique identifier for the request. If provided, the returned request ID will include this value. Otherwise, a random request ID will be generated by the service.  | 
      
Page
Declaration
[HttpConverter(TargetEnum.Query, "page")]
public string Page { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | The value of the   |