public class UpdateServiceVersionRequest
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
UpdateServiceVersionRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static UpdateServiceVersionRequest |
build(Map<String,?> map) |
Integer |
getVersion() |
UpdateServiceVersionRequest |
setVersion(Integer version) |
@NameInMap(value="Version") public Integer version
The destination version of the service. The value must be of the INT type. The value must be greater than 0 and smaller than the current version of the service.
This parameter is required.
example:1
public static UpdateServiceVersionRequest build(Map<String,?> map) throws Exception
Exceptionpublic UpdateServiceVersionRequest setVersion(Integer version)
public Integer getVersion()
Copyright © 2024. All rights reserved.