tgstation-server 6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
RepositoryCreateRequest.cs
Go to the documentation of this file.
1using System;
2
4
6{
11 {
15 [RequestOptions(FieldPresence.Required)]
16 public Uri? Origin { get; set; }
17 }
18}
FieldPresence
Indicates whether a request field is Required or Ignored.