WorkRequestLog¶
-
class
oci.data_flow.models.
WorkRequestLog
(**kwargs)¶ Bases:
object
A Data Flow work request log object.
Methods
__init__
(**kwargs)Initializes a new WorkRequestLog object with values from keyword arguments. Attributes
id
Gets the id of this WorkRequestLog. message
[Required] Gets the message of this WorkRequestLog. timestamp
[Required] Gets the timestamp of this WorkRequestLog. work_requestid
Gets the work_requestid of this WorkRequestLog. -
__init__
(**kwargs)¶ Initializes a new WorkRequestLog object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - id (int) – The value to assign to the id property of this WorkRequestLog.
- message (str) – The value to assign to the message property of this WorkRequestLog.
- timestamp (datetime) – The value to assign to the timestamp property of this WorkRequestLog.
- work_requestid (str) – The value to assign to the work_requestid property of this WorkRequestLog.
-
id
¶ Gets the id of this WorkRequestLog. The id of a work request log.
Returns: The id of this WorkRequestLog. Return type: int
-
message
¶ [Required] Gets the message of this WorkRequestLog. A human readable log message.
Returns: The message of this WorkRequestLog. Return type: str
-
timestamp
¶ [Required] Gets the timestamp of this WorkRequestLog. The time the log message was written. An RFC3339 formatted datetime string.
Returns: The timestamp of this WorkRequestLog. Return type: datetime
-
work_requestid
¶ Gets the work_requestid of this WorkRequestLog. The OCID of a work request.
Returns: The work_requestid of this WorkRequestLog. Return type: str
-