Class DetectAnomalyJobCollection
A collection of anomaly jobs. Each item is a DetectAnomalyJob summary object.
Inherited Members
Namespace: Oci.AianomalydetectionService.Models
Assembly: OCI.DotNetSDK.Aianomalydetection.dll
Syntax
public class DetectAnomalyJobCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<DetectAnomalyJobSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<DetectAnomalyJobSummary> | List of Anomaly Detection jobs. |
Remarks
Required