IngestMySqlSqlStatsResponseDetails¶
-
class
oci.opsi.models.
IngestMySqlSqlStatsResponseDetails
(**kwargs)¶ Bases:
object
The response object returned from IngestMySqlSqlStats operation.
Methods
__init__
(**kwargs)Initializes a new IngestMySqlSqlStatsResponseDetails object with values from keyword arguments. Attributes
message
[Required] Gets the message of this IngestMySqlSqlStatsResponseDetails. -
__init__
(**kwargs)¶ Initializes a new IngestMySqlSqlStatsResponseDetails 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 IngestMySqlSqlStatsResponseDetails.
-
message
¶ [Required] Gets the message of this IngestMySqlSqlStatsResponseDetails. Success message returned as a result of the upload.
Returns: The message of this IngestMySqlSqlStatsResponseDetails. Return type: str
-