github.com/NaverCloudPlatform/ncloud-sdk-go-v2@v1.6.13/services/autoscaling/resume_processes_request.go (about) 1 /* 2 * autoscaling 3 * 4 * <br/>https://ncloud.apigw.ntruss.com/autoscaling/v2 5 * 6 * Generated by: Swagger Codegen (https://github.com/swagger-api/swagger-codegen.git) 7 */ 8 9 package autoscaling 10 11 type ResumeProcessesRequest struct { 12 13 // 오토스케일링그룹명 14 AutoScalingGroupName *string `json:"autoScalingGroupName"` 15 16 // 분류프로세스코드리스트 17 ScalingProcessCodeList []*string `json:"scalingProcessCodeList,omitempty"` 18 }