We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 485454f commit 6f87f5cCopy full SHA for 6f87f5c
openstack/networking/v2/networks/requests.go
@@ -36,7 +36,7 @@ type ListOpts struct {
36
NotTags string `q:"not-tags"`
37
NotTagsAny string `q:"not-tags-any"`
38
NetworkType string `q:"provider:network_type"`
39
- SegmentationID int `q:"provider:segmentation_id"`
+ SegmentationID *int `q:"provider:segmentation_id"`
40
}
41
42
// ToNetworkListQuery formats a ListOpts into a query string.
0 commit comments