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 b1acc9b commit ab400d5Copy full SHA for ab400d5
stack_configuration_summary.go
@@ -28,7 +28,6 @@ type StackConfigurationSummaryListOptions struct {
28
29
type StackConfigurationSummary struct {
30
ID string `jsonapi:"primary,stack-configuration-summaries"`
31
- Type string `jsonapi:"attr,type"`
32
Status string `jsonapi:"attr,status"`
33
SequenceNumber int `jsonapi:"attr,sequence-number"`
34
}
0 commit comments