SchedulerExecutionCollection

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

Bases: object

Results of a schedulerExecution search. Contains SchedulerExecutionSummary items.

Methods

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

Attributes

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

Initializes a new SchedulerExecutionCollection 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.SchedulerExecutionSummary]) – The value to assign to the items property of this SchedulerExecutionCollection.
items

[Required] Gets the items of this SchedulerExecutionCollection. List of schedulerExecutions.

Returns:The items of this SchedulerExecutionCollection.
Return type:list[oci.fleet_apps_management.models.SchedulerExecutionSummary]