Show / Hide Table of Contents

Class UiParserTestMetadata

UiParserTestMetadata

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

Properties

LastModifiedTime

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

The last modified time.

LogFileName

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

The log file name.

TimeZone

Declaration
[JsonProperty(PropertyName = "timeZone")]
public DateTime? TimeZone { get; set; }
Property Value
Type Description
DateTime?

The time zone.

In this article
Back to top