Show / Hide Table of Contents

Class DetectAnomalyJobCollection

A collection of anomaly jobs. Each item is a DetectAnomalyJob summary object.

Inheritance
object
DetectAnomalyJobCollection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top