fix update loadbalancer response

This commit is contained in:
jolestar 2017-01-10 18:12:37 +08:00 committed by Aspire
parent e1d7da014e
commit 17bac9613b
1 changed files with 1 additions and 1 deletions

View File

@ -1776,6 +1776,6 @@ func (v *UpdateLoadBalancersInput) Validate() error {
type UpdateLoadBalancersOutput struct {
Message *string `json:"message" name:"message"`
Action *string `json:"action" name:"action" location:"elements"`
JobID *int `json:"job_id" name:"job_id" location:"elements"`
JobID *string `json:"job_id" name:"job_id" location:"elements"`
RetCode *int `json:"ret_code" name:"ret_code" location:"elements"`
}