AddmDbRecommendationCategoryCollection

class oci.opsi.models.AddmDbRecommendationCategoryCollection(**kwargs)

Bases: object

List of recommendation categories

Methods

__init__(**kwargs) Initializes a new AddmDbRecommendationCategoryCollection object with values from keyword arguments.

Attributes

database_details_items [Required] Gets the database_details_items of this AddmDbRecommendationCategoryCollection.
items [Required] Gets the items of this AddmDbRecommendationCategoryCollection.
__init__(**kwargs)

Initializes a new AddmDbRecommendationCategoryCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
database_details_items

[Required] Gets the database_details_items of this AddmDbRecommendationCategoryCollection. List of database details data

Returns:The database_details_items of this AddmDbRecommendationCategoryCollection.
Return type:list[oci.opsi.models.DatabaseDetails]
items

[Required] Gets the items of this AddmDbRecommendationCategoryCollection. List of recommendation categories

Returns:The items of this AddmDbRecommendationCategoryCollection.
Return type:list[oci.opsi.models.AddmDbRecommendationCategorySummary]