tgstation-server 6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
ResponseOptionsAttribute.cs
Go to the documentation of this file.
1using System;
2
4{
8 [AttributeUsage(AttributeTargets.Property, AllowMultiple = false, Inherited = true)]
9 public sealed class ResponseOptionsAttribute : Attribute
10 {
14 public FieldPresence Presence { get; set; }
15 }
16}
Indicates the response FieldPresence of API fields. Changes it from FieldPresence....
FieldPresence
Indicates whether a request field is Required or Ignored.