SchedulerJobAggregationCollection¶
-
class
oci.fleet_apps_management.models.
SchedulerJobAggregationCollection
(**kwargs)¶ Bases:
object
An array of SchedulerJob objects.
Methods
__init__
(**kwargs)Initializes a new SchedulerJobAggregationCollection object with values from keyword arguments. Attributes
items
[Required] Gets the items of this SchedulerJobAggregationCollection. -
__init__
(**kwargs)¶ Initializes a new SchedulerJobAggregationCollection 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.SchedulerJobAggregation]) – The value to assign to the items property of this SchedulerJobAggregationCollection.
-
items
¶ [Required] Gets the items of this SchedulerJobAggregationCollection. List of SchedulerJobAggregation objects.
Returns: The items of this SchedulerJobAggregationCollection. Return type: list[oci.fleet_apps_management.models.SchedulerJobAggregation]
-