rhtyd commented on a change in pull request #21: URL: https://github.com/apache/cloudstack-go/pull/21#discussion_r748272432
########## File path: cloudstack/HostService.go ########## @@ -357,7 +357,7 @@ type AddBaremetalHostResponse struct { Jobstatus int `json:"jobstatus"` Lastannotated string `json:"lastannotated"` Lastpinged string `json:"lastpinged"` - Managementserverid string `json:"managementserverid"` + Managementserverid CSLong `json:"managementserverid"` Review comment: Could something like this work? ```suggestion Managementserverid string `json:"managementserverid,string"` ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@cloudstack.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org