tgstation-server 6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
RepositoryApiBase.cs
Go to the documentation of this file.
1using System.ComponentModel.DataAnnotations;
2
4{
9 {
13 [StringLength(Limits.MaximumStringLength)]
14 [ResponseOptions]
15 public string? Reference { get; set; }
16 }
17}
string? Reference
The branch or tag HEAD points to.
Sanity limits to prevent users from overloading.
Definition Limits.cs:9
const int MaximumStringLength
Length limit for strings in fields.
Definition Limits.cs:13
Represents configurable settings for a git repository.