tgstation-server 6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
UserResponse.cs
Go to the documentation of this file.
1using System.ComponentModel.DataAnnotations;
2
4
6{
8 public class UserResponse : UserApiBase
9 {
13 [Required]
14 public UserName? CreatedBy { get; set; }
15 }
16}
UserName? CreatedBy
The UserResponse who created this UserResponse.
Base class for user names.
Definition UserName.cs:7
@ Required
DMAPI validation must suceed for the deployment to succeed.