RecommendationExampleLine¶
-
class
oci.database_management.models.
RecommendationExampleLine
(**kwargs)¶ Bases:
object
An example line of the recommendation
Methods
__init__
(**kwargs)Initializes a new RecommendationExampleLine object with values from keyword arguments. Attributes
comment
Gets the comment of this RecommendationExampleLine. operation
Gets the operation of this RecommendationExampleLine. -
__init__
(**kwargs)¶ Initializes a new RecommendationExampleLine object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - operation (str) – The value to assign to the operation property of this RecommendationExampleLine.
- comment (str) – The value to assign to the comment property of this RecommendationExampleLine.
-
comment
¶ Gets the comment of this RecommendationExampleLine. The comments about the operation.
Returns: The comment of this RecommendationExampleLine. Return type: str
-
operation
¶ Gets the operation of this RecommendationExampleLine. The details of the example operation.
Returns: The operation of this RecommendationExampleLine. Return type: str
-