tgstation-server 6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
TestMergeApiBase.cs
Go to the documentation of this file.
1using System;
2using System.ComponentModel.DataAnnotations;
3
5{
10 {
14 public long Id { get; set; }
15
19 [Required]
20 public DateTimeOffset MergedAt { get; set; }
21 }
22}
Represents a test merge of a remote commit source.
DateTimeOffset MergedAt
When the TestMergeApiBase was created.
Layer of test merge data required internally.
@ Required
DMAPI validation must suceed for the deployment to succeed.