tgstation-server 6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
LogFileResponse.cs
Go to the documentation of this file.
1using System;
2
4{
8 public sealed class LogFileResponse : FileTicketResponse
9 {
13 public string? Name { get; set; }
14
18 public DateTimeOffset LastModified { get; set; }
19 }
20}
Response for when file transfers are necessary.
DateTimeOffset LastModified
The DateTimeOffset of when the log file was modified.