Skip to content

Commit

Permalink
Merge pull request #27 from CoreLayer/dev-0.1.3-18
Browse files Browse the repository at this point in the history
Field type hashid
  • Loading branch information
jantytgat authored Nov 3, 2020
2 parents 57d0fb7 + c5564e6 commit cfae442
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public class ServicegroupBindingServicegroupMemberConfiguration
public int? Port { get; set; }
public string NameServer { get; set; }
public string State { get; set; }
public double? HashId { get; set; }
public string HashId { get; set; }
public string ServerId { get; set; }
public string ServerName { get; set; }
public string CustomServerId { get; set; }
Expand Down

0 comments on commit cfae442

Please sign in to comment.