Skip to content

Commit 88b4cd3

Browse files
Philip Reichenbergerpaperspace-philip
authored andcommitted
bump
1 parent 5bcd9a1 commit 88b4cd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

autoscaling_group.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ type AutoscalingGroupListParams struct {
5050

5151
type AutoscalingGroupUpdateAttributeParams struct {
5252
Name string `json:"name,omitempty"`
53-
Min int `json:"min,omitempty"`
54-
Max int `json:"max,omitempty"`
53+
Min *int `json:"min,omitempty"`
54+
Max *int `json:"max,omitempty"`
5555
Current *int `json:"current,omitempty"`
5656
MachineType string `json:"machineType,omitempty"`
5757
TemplateID string `json:"templateId,omitempty"`

0 commit comments

Comments
 (0)