tgstation-server  4.4.0
The /tg/station 13 server suite
DMApiParameters.cs
Go to the documentation of this file.
1 using System.ComponentModel.DataAnnotations;
2 
3 namespace Tgstation.Server.Host.Components.Interop
4 {
8  public abstract class DMApiParameters
9  {
13  [Required]
14  public string AccessIdentifier { get; set; }
15  }
16 }