tgstation-server 6.12.0
The /tg/station 13 server suite
Loading...
Searching...
No Matches
SwarmServersUpdateRequest.cs
Go to the documentation of this file.
1using System.Collections.Generic;
2using System.ComponentModel.DataAnnotations;
3
5
7{
11 public sealed class SwarmServersUpdateRequest
12 {
16 [Required]
17 public ICollection<SwarmServerInformation>? SwarmServers { get; set; }
18 }
19}
A request to update a nodes list of SwarmServers.
ICollection< SwarmServerInformation >? SwarmServers
The ICollection<T> of updated SwarmServerInformations.