WorkRequestLogEntry

class oci.oda.models.WorkRequestLogEntry(**kwargs)

Bases: object

A log message from the execution of a work request.

Methods

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

Attributes

message [Required] Gets the message of this WorkRequestLogEntry.
time_stamp [Required] Gets the time_stamp of this WorkRequestLogEntry.
__init__(**kwargs)

Initializes a new WorkRequestLogEntry 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 WorkRequestLogEntry.
  • time_stamp (datetime) – The value to assign to the time_stamp property of this WorkRequestLogEntry.
message

[Required] Gets the message of this WorkRequestLogEntry. Human-readable log message.

Returns:The message of this WorkRequestLogEntry.
Return type:str
time_stamp

[Required] Gets the time_stamp of this WorkRequestLogEntry. When the log message was written. A date-time string as described in RFC 3339, section 14.29.

Returns:The time_stamp of this WorkRequestLogEntry.
Return type:datetime