Skip to content

Commit 8ef40c9

Browse files
committed
Adding missing ServerName property
1 parent 2c740ca commit 8ef40c9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SSLLabsApiWrapper/Models/Response/Endpoint.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ namespace SSLLabsApiWrapper.Models.Response
55
public class Endpoint : BaseModel
66
{
77
public string ipAddress { get; set; }
8+
public string serverName { get; set; }
89
public string statusMessage { get; set; }
910
public string statusDetails { get; set; }
1011
public string statusDetailsMessage { get; set; }

0 commit comments

Comments
 (0)