Class ListTaggingWorkRequestLogsRequest
Implements
Inherited Members
Namespace: Oci.IdentityService.Requests
Assembly: OCI.DotNetSDK.Identity.dll
Syntax
public class ListTaggingWorkRequestLogsRequest : IOciRequestExamples
Click here to see an example of how to use ListTaggingWorkRequestLogs request.
Properties
Limit
Declaration
[HttpConverter(TargetEnum.Query, "limit")]
public int? Limit { get; set; }Property Value
| Type | Description | 
|---|---|
| int? | The maximum number of items to return in a paginated "List" call. | 
Page
Declaration
[HttpConverter(TargetEnum.Query, "page")]
public string Page { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The value of the  | 
WorkRequestId
Declaration
[Required(ErrorMessage = "WorkRequestId is required.")]
[HttpConverter(TargetEnum.Path, "workRequestId")]
public string WorkRequestId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The OCID of the work request. | 
Remarks
Required