Class ScheduledTaskCollection
Collection of scheduled tasks.
Inherited Members
Namespace: Oci.LoganalyticsService.Models
Assembly: OCI.DotNetSDK.Loganalytics.dll
Syntax
public class ScheduledTaskCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<ScheduledTaskSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<ScheduledTaskSummary> | Array of scheduled task summary information. |
Remarks
Required