ServerTypeResponse public class ServerTypeResponse : IHasArtifactID, IHasIdentifyingInformation, IHasName Documentation public int ArtifactID { get; set; } public string Name { get; set; } public string SystemArtifactIdentifier { get; set; } public string Url { get; set; } public ServerTypeResponse()