Class MLogFileMetadata
Namespace: CmlLib.Core.Files
Assembly: CmlLib.Core.dll
public class MLogFileMetadata
Inheritance
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Properties
Argument
[JsonPropertyName("argument")]
public string? Argument { get; set; }
Property Value
LogFile
[JsonPropertyName("file")]
public MFileMetadata? LogFile { get; set; }
Property Value
Type
[JsonPropertyName("type")]
public string? Type { get; set; }