AddmDbRecommendationCategorySummary¶
-
class
oci.opsi.models.
AddmDbRecommendationCategorySummary
(**kwargs)¶ Bases:
object
Recommendation category summary
Methods
__init__
(**kwargs)Initializes a new AddmDbRecommendationCategorySummary object with values from keyword arguments. Attributes
display_name
[Required] Gets the display_name of this AddmDbRecommendationCategorySummary. id
[Required] Gets the id of this AddmDbRecommendationCategorySummary. name
[Required] Gets the name of this AddmDbRecommendationCategorySummary. -
__init__
(**kwargs)¶ Initializes a new AddmDbRecommendationCategorySummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - id (str) – The value to assign to the id property of this AddmDbRecommendationCategorySummary.
- name (str) – The value to assign to the name property of this AddmDbRecommendationCategorySummary.
- display_name (str) – The value to assign to the display_name property of this AddmDbRecommendationCategorySummary.
-
display_name
¶ [Required] Gets the display_name of this AddmDbRecommendationCategorySummary. Display name of recommendation category
Returns: The display_name of this AddmDbRecommendationCategorySummary. Return type: str
-
id
¶ [Required] Gets the id of this AddmDbRecommendationCategorySummary. The OCID of the Database insight.
Returns: The id of this AddmDbRecommendationCategorySummary. Return type: str
-
name
¶ [Required] Gets the name of this AddmDbRecommendationCategorySummary. Name of recommendation category
Returns: The name of this AddmDbRecommendationCategorySummary. Return type: str
-