JobOutputSummary¶
-
class
oci.database_migration.models.
JobOutputSummary
(**kwargs)¶ Bases:
object
Job output summary line.
Methods
__init__
(**kwargs)Initializes a new JobOutputSummary object with values from keyword arguments. Attributes
message
[Required] Gets the message of this JobOutputSummary. -
__init__
(**kwargs)¶ Initializes a new JobOutputSummary 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 JobOutputSummary.
-
message
¶ [Required] Gets the message of this JobOutputSummary. Job output line.
Returns: The message of this JobOutputSummary. Return type: str
-