tgstation-server
6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
src
Tgstation.Server.Api
Models
Response
LogFileResponse.cs
Go to the documentation of this file.
1
using
System;
2
3
namespace
Tgstation.Server.Api.Models.Response
4
{
8
public
sealed
class
LogFileResponse
:
FileTicketResponse
9
{
13
public
string
?
Name
{
get
;
set
; }
14
18
public
DateTimeOffset
LastModified
{
get
;
set
; }
19
}
20
}
Tgstation.Server.Api.Models.Response.FileTicketResponse
Response for when file transfers are necessary.
Definition
FileTicketResponse.cs:7
Tgstation.Server.Api.Models.Response.LogFileResponse
Represents a server log file.
Definition
LogFileResponse.cs:9
Tgstation.Server.Api.Models.Response.LogFileResponse.LastModified
DateTimeOffset LastModified
The DateTimeOffset of when the log file was modified.
Definition
LogFileResponse.cs:18
Tgstation.Server.Api.Models.Response.LogFileResponse.Name
string? Name
The name of the log file.
Definition
LogFileResponse.cs:13
Tgstation.Server.Api.Models.Response
Definition
AdministrationResponse.cs:6
Generated by
1.9.8