We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 01ba8ed + a776073 commit 3238181Copy full SHA for 3238181
2 files changed
openstack/networking/v2/extensions/layer3/routers/results.go
@@ -21,7 +21,7 @@ type GatewayInfo struct {
21
// router.
22
type ExternalFixedIP struct {
23
IPAddress string `json:"ip_address,omitempty"`
24
- SubnetID string `json:"subnet_id"`
+ SubnetID string `json:"subnet_id,omitempty"`
25
}
26
27
// Route is a possible route in a router.
openstack/networking/v2/ports/results.go
@@ -49,7 +49,7 @@ type DeleteResult struct {
49
50
// IP is a sub-struct that represents an individual IP.
51
type IP struct {
52
53
54
55
0 commit comments