tgstation-server
6.16.0
The /tg/station 13 server suite
Toggle main menu visibility
Main Page
Features
API
Architecture
Packages
Package List
Package Members
All
[
a
b
c
d
e
f
h
i
j
m
o
p
r
s
t
w
Functions
Variables
Enumerations
a
b
c
d
e
f
h
i
j
m
o
p
r
s
t
w
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Enumerations
Properties
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Events
Files
File List
File Members
All
Functions
•
All
Classes
Namespaces
Files
Functions
Variables
Enumerations
Enumerator
Properties
Events
Pages
Loading...
Searching...
No Matches
src
Tgstation.Server.Api
Models
Response
UserGroupResponse.cs
Go to the documentation of this file.
1
using
System.Collections.Generic;
2
3
using
Tgstation.Server.Api.Models.Internal
;
4
5
namespace
Tgstation.Server.Api.Models.Response
6
{
8
public
sealed
class
UserGroupResponse
:
UserGroup
9
{
13
public
ICollection<UserName>?
Users
{
get
;
set
; }
14
}
8
public
sealed
class
UserGroupResponse
:
UserGroup
{
…
};
15
}
Tgstation.Server.Api.Models.Internal.UserGroup
Represents a group of users.
Definition
UserGroup.cs:7
Tgstation.Server.Api.Models.Response.UserGroupResponse
Definition
UserGroupResponse.cs:9
Tgstation.Server.Api.Models.Response.UserGroupResponse.Users
ICollection< UserName >? Users
The UserNames the UserGroupResponse has.
Definition
UserGroupResponse.cs:13
Tgstation.Server.Api.Models.Internal
Definition
ChatBotApiBase.cs:6
Tgstation.Server.Api.Models.Response
Definition
AdministrationResponse.cs:6
Generated by
1.9.8