ScheduledJobCollection¶
-
class
oci.os_management_hub.models.
ScheduledJobCollection
(**kwargs)¶ Bases:
object
The set of scheduled jobs returned for the
list_scheduled_jobs()
operation.Methods
__init__
(**kwargs)Initializes a new ScheduledJobCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this ScheduledJobCollection. -
__init__
(**kwargs)¶ Initializes a new ScheduledJobCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: items (list[oci.os_management_hub.models.ScheduledJobSummary]) – The value to assign to the items property of this ScheduledJobCollection.
-
items
¶ [Required] Gets the items of this ScheduledJobCollection. List of scheduled jobs.
Returns: The items of this ScheduledJobCollection. Return type: list[oci.os_management_hub.models.ScheduledJobSummary]
-