Show / Hide Table of Contents

Class WorkRequestLogEntry

The log entity.

Inheritance
System.Object
WorkRequestLogEntry
Namespace: Oci.IdentityService.Models
Assembly: OCI.DotNetSDK.Identity.dll
Syntax
public class WorkRequestLogEntry : object

Properties

Message

Declaration
public string Message { get; set; }
Property Value
Type Description
System.String

A human-readable error string.

Remarks

Required

Timestamp

Declaration
public System.Nullable<System.DateTime> Timestamp { get; set; }
Property Value
Type Description
System.Nullable<System.DateTime>

Date and time the log was written, in the format defined by RFC3339. Example: 2016-08-25T21:10:29.600Z

In This Article
Back to top