Class FileTouchRecord
A file operation recorded during a turn.
public sealed class FileTouchRecord
- Inheritance
-
FileTouchRecord
- Inherited Members
Properties
CreatedAt
public DateTime CreatedAt { get; init; }
Property Value
FilePath
public string FilePath { get; init; }
Property Value
Id
public string Id { get; init; }
Property Value
Operation
public string Operation { get; init; }
Property Value
TurnId
public string TurnId { get; init; }