TaskRunLogSummary

class oci.data_integration.models.TaskRunLogSummary(**kwargs)

Bases: object

A log message from the execution of a task.

Methods

__init__(**kwargs) Initializes a new TaskRunLogSummary object with values from keyword arguments.

Attributes

message Gets the message of this TaskRunLogSummary.
__init__(**kwargs)

Initializes a new TaskRunLogSummary 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 TaskRunLogSummary.
message

Gets the message of this TaskRunLogSummary. A user-friendly log message.

Returns:The message of this TaskRunLogSummary.
Return type:str