ScheduleSummaryCollection¶
-
class
oci.data_integration.models.
ScheduleSummaryCollection
(**kwargs)¶ Bases:
object
A collection of schedule summaries. The collection can be lightweight details or full definitions.
Methods
__init__
(**kwargs)Initializes a new ScheduleSummaryCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this ScheduleSummaryCollection. -
__init__
(**kwargs)¶ Initializes a new ScheduleSummaryCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.data_integration.models.ScheduleSummary]) – The value to assign to the items property of this ScheduleSummaryCollection.
-
items
¶ [Required] Gets the items of this ScheduleSummaryCollection. An array of Schedule summaries
Returns: The items of this ScheduleSummaryCollection. Return type: list[oci.data_integration.models.ScheduleSummary]
-