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