Class GetDetectAnomalyJobRequest
Implements
Inherited Members
Namespace: Oci.AianomalydetectionService.Requests
Assembly: OCI.DotNetSDK.Aianomalydetection.dll
Syntax
public class GetDetectAnomalyJobRequest : IOciRequest
Examples
Click here to see an example of how to use GetDetectAnomalyJob request.
Properties
DetectAnomalyJobId
Declaration
[Required(ErrorMessage = "DetectAnomalyJobId is required.")]
[HttpConverter(TargetEnum.Path, "detectAnomalyJobId")]
public string DetectAnomalyJobId { get; set; }
Property Value
Type | Description |
---|---|
string | Unique asynchronous job identifier. |
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. |