tgstation-server
6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
src
Tgstation.Server.Api
Models
Internal
TestMergeApiBase.cs
Go to the documentation of this file.
1
using
System;
2
using
System.ComponentModel.DataAnnotations;
3
4
namespace
Tgstation.Server.Api.Models.Internal
5
{
9
public
class
TestMergeApiBase
:
TestMergeModelBase
10
{
14
public
long
Id
{
get
;
set
; }
15
19
[
Required
]
20
public
DateTimeOffset
MergedAt
{
get
;
set
; }
21
}
22
}
Tgstation.Server.Api.Models.Internal.TestMergeApiBase
Represents a test merge of a remote commit source.
Definition
TestMergeApiBase.cs:10
Tgstation.Server.Api.Models.Internal.TestMergeApiBase.Id
long Id
The ID of the TestMergeApiBase.
Definition
TestMergeApiBase.cs:14
Tgstation.Server.Api.Models.Internal.TestMergeApiBase.MergedAt
DateTimeOffset MergedAt
When the TestMergeApiBase was created.
Definition
TestMergeApiBase.cs:20
Tgstation.Server.Api.Models.Internal.TestMergeModelBase
Layer of test merge data required internally.
Definition
TestMergeModelBase.cs:10
Tgstation.Server.Api.Models.Internal
Definition
ChatBotApiBase.cs:6
Tgstation.Server.Api.Models.DMApiValidationMode.Required
@ Required
DMAPI validation must suceed for the deployment to succeed.
Generated by
1.9.8