Class WorkRequestLogEntry
A log message for a work request.
Inherited Members
Namespace: Oci.WaasService.Models
Assembly: OCI.DotNetSDK.Waas.dll
Syntax
public class WorkRequestLogEntry
Properties
Message
Declaration
[JsonProperty(PropertyName = "message")]
public string Message { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The log message. |
Timestamp
Declaration
[JsonProperty(PropertyName = "timestamp")]
public DateTime? Timestamp { get; set; }
Property Value
| Type | Description |
|---|---|
| DateTime? | The date and time the work request log event happend, expressed in RFC 3339 timestamp format. |