We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 810f391 commit 6f8d397Copy full SHA for 6f8d397
openstack/orchestration/v1/stacks/requests.go
@@ -253,6 +253,9 @@ type ListOpts struct {
253
// ShowNested set to `true` to include nested stacks in the list.
254
ShowNested bool `q:"show_nested"`
255
256
+ // ShowHidden set to `true` to include hiddened stacks in the list.
257
+ ShowHidden bool `q:"show_hidden"`
258
+
259
// Tags lists stacks that contain one or more simple string tags.
260
Tags string `q:"tags"`
261
0 commit comments