tgstation-server 6.14.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 {
15 public long Id { get; set; }
16
20 [Required]
21 public DateTimeOffset MergedAt { get; set; }
22 }
23}
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.