tgstation-server
6.11.1
The /tg/station 13 server suite
Loading...
Searching...
No Matches
src
Tgstation.Server.Api
Models
Internal
UpdateInformation.cs
Go to the documentation of this file.
1
using
System;
2
3
namespace
Tgstation.Server.Api.Models.Internal
4
{
8
public
class
UpdateInformation
9
{
13
public
Version?
LatestVersion
{
get
;
set
; }
14
18
public
DateTimeOffset?
GeneratedAt
{
get
;
set
; }
19
}
20
}
Tgstation.Server.Api.Models.Internal.UpdateInformation
Indicates data from the TGS update source.
Definition
UpdateInformation.cs:9
Tgstation.Server.Api.Models.Internal.UpdateInformation.GeneratedAt
DateTimeOffset? GeneratedAt
This response is cached. This field indicates the DateTimeOffset the UpdateInformation was generated.
Definition
UpdateInformation.cs:18
Tgstation.Server.Api.Models.Internal.UpdateInformation.LatestVersion
Version? LatestVersion
The latest available version of the Tgstation.Server.Host assembly from the upstream repository....
Definition
UpdateInformation.cs:13
Tgstation.Server.Api.Models.Internal
Definition
ChatBotApiBase.cs:6
Generated by
1.9.8