Show / Hide Table of Contents

Class WorkRequestLogEntry

Log entries related to a specific work request.

Inheritance
object
WorkRequestLogEntry
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ContainerengineService.Models
Assembly: OCI.DotNetSDK.Containerengine.dll
Syntax
public class WorkRequestLogEntry

Properties

Message

Declaration
[JsonProperty(PropertyName = "message")]
public string Message { get; set; }
Property Value
Type Description
string

The description of an action that occurred.

Timestamp

Declaration
[JsonProperty(PropertyName = "timestamp")]
public string Timestamp { get; set; }
Property Value
Type Description
string

The date and time the log entry occurred.

In this article
Back to top