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