SchedulerJobCollection

class oci.fleet_apps_management.models.SchedulerJobCollection(**kwargs)

Bases: object

Results of a schedulerJob search. Contains boh SchedulerJobSummary items and other information, such as metadata.

Methods

__init__(**kwargs) Initializes a new SchedulerJobCollection object with values from keyword arguments.

Attributes

items [Required] Gets the items of this SchedulerJobCollection.
__init__(**kwargs)

Initializes a new SchedulerJobCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:items (list[oci.fleet_apps_management.models.SchedulerJobSummary]) – The value to assign to the items property of this SchedulerJobCollection.
items

[Required] Gets the items of this SchedulerJobCollection. List of schedulerJobs.

Returns:The items of this SchedulerJobCollection.
Return type:list[oci.fleet_apps_management.models.SchedulerJobSummary]