public class MoveAppResourceResponse
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
List<String> |
failedResourceIds |
List<String> |
nonExistResourceIds |
String |
requestId |
| 构造器和说明 |
|---|
MoveAppResourceResponse() |
@NameInMap(value="RequestId") @Validation(required=true) public String requestId
@NameInMap(value="NonExistResourceIds") @Validation(required=true) public List<String> nonExistResourceIds
public static MoveAppResourceResponse build(Map<String,?> map) throws Exception
ExceptionCopyright © 2020. All rights reserved.