SchedulerDefinitionCollection¶
- 
class oci.fleet_apps_management.models.SchedulerDefinitionCollection(**kwargs)¶
- Bases: - object- Results of a schedulerDefinition search. Contains boh SchedulerDefinitionSummary items and other information, such as metadata. - Methods - __init__(**kwargs)- Initializes a new SchedulerDefinitionCollection object with values from keyword arguments. - Attributes - items- [Required] Gets the items of this SchedulerDefinitionCollection. - 
__init__(**kwargs)¶
- Initializes a new SchedulerDefinitionCollection 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.SchedulerDefinitionSummary]) – The value to assign to the items property of this SchedulerDefinitionCollection. 
 - 
items¶
- [Required] Gets the items of this SchedulerDefinitionCollection. List of schedulerDefinitions. - Returns: - The items of this SchedulerDefinitionCollection. - Return type: - list[oci.fleet_apps_management.models.SchedulerDefinitionSummary] 
 
-