RecommendationRationale¶
-
class
oci.database_management.models.
RecommendationRationale
(**kwargs)¶ Bases:
object
The details of the rationale for the recommendation.
Methods
__init__
(**kwargs)Initializes a new RecommendationRationale object with values from keyword arguments. Attributes
message
[Required] Gets the message of this RecommendationRationale. -
__init__
(**kwargs)¶ Initializes a new RecommendationRationale object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: message (str) – The value to assign to the message property of this RecommendationRationale.
-
message
¶ [Required] Gets the message of this RecommendationRationale. The message of the rationale.
Returns: The message of this RecommendationRationale. Return type: str
-