ScheduledTaskCollection¶
-
class
oci.log_analytics.models.
ScheduledTaskCollection
(**kwargs)¶ Bases:
object
Collection of scheduled tasks.
Methods
__init__
(**kwargs)Initializes a new ScheduledTaskCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this ScheduledTaskCollection. -
__init__
(**kwargs)¶ Initializes a new ScheduledTaskCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.log_analytics.models.ScheduledTaskSummary]) – The value to assign to the items property of this ScheduledTaskCollection.
-
items
¶ [Required] Gets the items of this ScheduledTaskCollection. Array of scheduled task summary information.
Returns: The items of this ScheduledTaskCollection. Return type: list[oci.log_analytics.models.ScheduledTaskSummary]
-