WorkRequestLog¶
- 
class 
oci.analytics.models.WorkRequestLog(**kwargs)¶ Bases:
objectLog entries related to a specific work request.
Methods
__init__(**kwargs)Initializes a new WorkRequestLog object with values from keyword arguments. Attributes
message[Required] Gets the message of this WorkRequestLog. timestamp[Required] Gets the timestamp 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: - 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.
 
- 
message¶ [Required] Gets the message of this WorkRequestLog. The description of the event that occurred.
Returns: The message of this WorkRequestLog. Return type: str 
- 
timestamp¶ [Required] Gets the timestamp of this WorkRequestLog. The date and time the log entry occured, in the format defined by RFC3339.
Example: 2016-08-25T21:10:29.600Z
Returns: The timestamp of this WorkRequestLog. Return type: datetime 
-