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