WorkRequestLogEntry¶
- 
class oci.container_engine.models.WorkRequestLogEntry(**kwargs)¶
- Bases: - object- Log entries related to a specific work request. - Methods - __init__(**kwargs)- Initializes a new WorkRequestLogEntry object with values from keyword arguments. - Attributes - message- Gets the message of this WorkRequestLogEntry. - timestamp- Gets the timestamp 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.
- timestamp (str) – The value to assign to the timestamp property of this WorkRequestLogEntry.
 
 - 
message¶
- Gets the message of this WorkRequestLogEntry. The description of an action that occurred. - Returns: - The message of this WorkRequestLogEntry. - Return type: - str 
 - 
timestamp¶
- Gets the timestamp of this WorkRequestLogEntry. The date and time the log entry occurred. - Returns: - The timestamp of this WorkRequestLogEntry. - Return type: - str 
 
-