tgstation-server
6.12.0
The /tg/station 13 server suite
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
}
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