ResourceActionCollection¶
- 
class oci.optimizer.models.ResourceActionCollection(**kwargs)¶
- Bases: - object- A list of resource actions that match filter criteria, if any. Results contain ResourceActionSummary objects. - Methods - __init__(**kwargs)- Initializes a new ResourceActionCollection object with values from keyword arguments. - Attributes - items- [Required] Gets the items of this ResourceActionCollection. - 
__init__(**kwargs)¶
- Initializes a new ResourceActionCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - items (list[oci.optimizer.models.ResourceActionSummary]) – The value to assign to the items property of this ResourceActionCollection. 
 - 
items¶
- [Required] Gets the items of this ResourceActionCollection. A collection of resource actions. - Returns: - The items of this ResourceActionCollection. - Return type: - list[oci.optimizer.models.ResourceActionSummary] 
 
-