RecommendationCollection¶
- 
class oci.optimizer.models.RecommendationCollection(**kwargs)¶
- Bases: - object- A list of recommendations that match filter criteria, if any. Results contain RecommendationSummary objects. - Methods - __init__(**kwargs)- Initializes a new RecommendationCollection object with values from keyword arguments. - Attributes - items- [Required] Gets the items of this RecommendationCollection. - 
__init__(**kwargs)¶
- Initializes a new RecommendationCollection 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.RecommendationSummary]) – The value to assign to the items property of this RecommendationCollection. 
 - 
items¶
- [Required] Gets the items of this RecommendationCollection. A collection of recommendations. - Returns: - The items of this RecommendationCollection. - Return type: - list[oci.optimizer.models.RecommendationSummary] 
 
-