We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c740ca commit 8ef40c9Copy full SHA for 8ef40c9
SSLLabsApiWrapper/Models/Response/Endpoint.cs
@@ -5,6 +5,7 @@ namespace SSLLabsApiWrapper.Models.Response
5
public class Endpoint : BaseModel
6
{
7
public string ipAddress { get; set; }
8
+ public string serverName { get; set; }
9
public string statusMessage { get; set; }
10
public string statusDetails { get; set; }
11
public string statusDetailsMessage { get; set; }
0 commit comments