Skip to content

Commit ee9599c

Browse files
author
vladhanzha
committed
Fix json field naming
1 parent e1c7c13 commit ee9599c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudconnexa/network_connectors.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ type NetworkConnector struct {
2121
IPv6Address string `json:"ipV6Address"`
2222
Profile string `json:"profile"`
2323
ConnectionStatus string `json:"connectionStatus"`
24-
IPSecConfig *IPSecConfig `json:"IPSecConfig,omitempty"`
24+
IPSecConfig *IPSecConfig `json:"ipSecConfig,omitempty"`
2525
TunnelingProtocol string `json:"tunnelingProtocol"`
2626
}
2727

0 commit comments

Comments
 (0)