Show / Hide Table of Contents

Class ScheduleSummaryCollection

A collection of schedule summaries. The collection can be lightweight details or full definitions.

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

In this article
Back to top