github.com/NaverCloudPlatform/ncloud-sdk-go-v2@v1.6.13/services/autoscaling/get_auto_scaling_policy_list_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 GetAutoScalingPolicyListRequest struct { 12 13 // 정책명리스트 14 PolicyNameList []*string `json:"policyNameList,omitempty"` 15 16 // 오토스케일링그룹명 17 AutoScalingGroupName *string `json:"autoScalingGroupName,omitempty"` 18 19 // 페이지번호 20 PageNo *int32 `json:"pageNo,omitempty"` 21 22 // 페이지사이즈 23 PageSize *int32 `json:"pageSize,omitempty"` 24 }