ExecutionCollection¶
- 
class oci.fleet_apps_management.models.ExecutionCollection(**kwargs)¶
- Bases: - object- A collection of ExecutionSummary. - Methods - __init__(**kwargs)- Initializes a new ExecutionCollection object with values from keyword arguments. - Attributes - items- [Required] Gets the items of this ExecutionCollection. - 
__init__(**kwargs)¶
- Initializes a new ExecutionCollection 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.ExecutionSummary]) – The value to assign to the items property of this ExecutionCollection. 
 - 
items¶
- [Required] Gets the items of this ExecutionCollection. List of Resource Level Executions. - Returns: - The items of this ExecutionCollection. - Return type: - list[oci.fleet_apps_management.models.ExecutionSummary] 
 
-