TaskScheduleSummaryCollection¶
- 
class oci.data_integration.models.TaskScheduleSummaryCollection(**kwargs)¶
- Bases: - object- A collection of TaskSchedule summaries. The collection can be lightweight details or full definitions. - Methods - __init__(**kwargs)- Initializes a new TaskScheduleSummaryCollection object with values from keyword arguments. - Attributes - items- [Required] Gets the items of this TaskScheduleSummaryCollection. - 
__init__(**kwargs)¶
- Initializes a new TaskScheduleSummaryCollection 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.TaskScheduleSummary]) – The value to assign to the items property of this TaskScheduleSummaryCollection. 
 - 
items¶
- [Required] Gets the items of this TaskScheduleSummaryCollection. The array of TaskSchedule summaries - Returns: - The items of this TaskScheduleSummaryCollection. - Return type: - list[oci.data_integration.models.TaskScheduleSummary] 
 
-