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