TaskScheduleCollection¶
-
class
oci.jms.models.
TaskScheduleCollection
(**kwargs)¶ Bases:
object
Results of a task schedule search that contain task schedule records.
Methods
__init__
(**kwargs)Initializes a new TaskScheduleCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this TaskScheduleCollection. -
__init__
(**kwargs)¶ Initializes a new TaskScheduleCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.jms.models.TaskScheduleSummary]) – The value to assign to the items property of this TaskScheduleCollection.
-
items
¶ [Required] Gets the items of this TaskScheduleCollection. A list of task schedules.
Returns: The items of this TaskScheduleCollection. Return type: list[oci.jms.models.TaskScheduleSummary]
-