RecommendationExample¶
- 
class oci.database_management.models.RecommendationExample(**kwargs)¶
- Bases: - object- An example of the recommendation. - Methods - __init__(**kwargs)- Initializes a new RecommendationExample object with values from keyword arguments. - Attributes - lines- Gets the lines of this RecommendationExample. - 
__init__(**kwargs)¶
- Initializes a new RecommendationExample object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - lines (list[oci.database_management.models.RecommendationExampleLine]) – The value to assign to the lines property of this RecommendationExample. 
 - 
lines¶
- Gets the lines of this RecommendationExample. The list of examples for the recommendation. - Returns: - The lines of this RecommendationExample. - Return type: - list[oci.database_management.models.RecommendationExampleLine] 
 
-