Skip to content

Commit ab400d5

Browse files
removing type from config summaries
1 parent b1acc9b commit ab400d5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

stack_configuration_summary.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ type StackConfigurationSummaryListOptions struct {
2828

2929
type StackConfigurationSummary struct {
3030
ID string `jsonapi:"primary,stack-configuration-summaries"`
31-
Type string `jsonapi:"attr,type"`
3231
Status string `jsonapi:"attr,status"`
3332
SequenceNumber int `jsonapi:"attr,sequence-number"`
3433
}

0 commit comments

Comments
 (0)