Class GetDocumentJobRequest
Implements
Inherited Members
Namespace: Oci.AivisionService.Requests
Assembly: OCI.DotNetSDK.Aivision.dll
Syntax
public class GetDocumentJobRequest : IOciRequestExamples
Click here to see an example of how to use GetDocumentJob request.
Properties
DocumentJobId
Declaration
[Required(ErrorMessage = "DocumentJobId is required.")]
[HttpConverter(TargetEnum.Path, "documentJobId")]
public string DocumentJobId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The document job ID. | 
Remarks
Required
OpcRequestId
Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The client request ID for tracing. |