Skip to content

Commit

Permalink
Add missing domain field to hosts
Browse files Browse the repository at this point in the history
  • Loading branch information
vladhanzha committed Jul 29, 2024
1 parent ca009bd commit f19dc8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudconnexa/hosts.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ type Host struct {
Id string `json:"id,omitempty"`
Name string `json:"name"`
Description string `json:"description"`
Domain string `json:"domain"`
Domain string `json:"domain,omitempty"`
InternetAccess string `json:"internetAccess"`
SystemSubnets []string `json:"systemSubnets"`
Connectors []Connector `json:"connectors"`
Expand Down

0 comments on commit f19dc8a

Please sign in to comment.