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 cc98a9f commit f0ba4ccCopy full SHA for f0ba4cc
autoscaling_group.go
@@ -36,14 +36,14 @@ type AutoscalingGroupDeleteParams struct {
36
type AutoscalingGroupGetParams struct {
37
RequestParams
38
39
- IncludeNodes bool `json:"includeNodes"`
+ IncludeNodes bool `json:"includeNodes,omitempty"`
40
}
41
42
type AutoscalingGroupListParams struct {
43
44
45
- Filter map[string]string `json:"filter"`
46
+ Filter map[string]string `json:"filter,omitempty"`
47
48
49
type AutoscalingGroupUpdateAttributeParams struct {
0 commit comments