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