Class ScheduleSummaryCollection
A collection of schedule summaries. The collection can be lightweight details or full definitions.
Inherited Members
Namespace: Oci.DataintegrationService.Models
Assembly: OCI.DotNetSDK.Dataintegration.dll
Syntax
public class ScheduleSummaryCollection
Properties
Items
Declaration
[Required(ErrorMessage = "Items is required.")]
[JsonProperty(PropertyName = "items")]
public List<ScheduleSummary> Items { get; set; }
Property Value
Type | Description |
---|---|
List<ScheduleSummary> | An array of Schedule summaries |
Remarks
Required