We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bd9cf4 commit 6860fffCopy full SHA for 6860fff
common/vpcclient/vpcfilevolume/list_subnets.go
@@ -44,7 +44,7 @@ func (vs *FileShareService) ListSubnets(limit int, start string, filters *models
44
var apiErr models.Error
45
46
request := vs.client.NewRequest(operation)
47
-
+
48
req := request.JSONSuccess(&subnets).JSONError(&apiErr)
49
50
if limit > 0 {
0 commit comments