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