public class DeleteVideoRequest
extends com.aliyun.tea.TeaModel
| 构造器和说明 |
|---|
DeleteVideoRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DeleteVideoRequest |
build(Map<String,?> map) |
String |
getVideoIds() |
DeleteVideoRequest |
setVideoIds(String videoIds) |
@NameInMap(value="VideoIds") public String videoIds
The list of video IDs. Separate multiple IDs with commas (,). A maximum of 20 IDs can be specified. You can obtain a video ID in one of the following ways:
* If the video is uploaded by using the [ApsaraVideo VOD console](https://vod.console.aliyun.com), log on to the console and choose **Media Files** > **Audio/Video** to view the ID of the video.
* If the video is uploaded by calling the [CreateUploadVideo](~~55407~~) operation, the video ID is the VideoId value in the response.
* You can also call the [SearchMedia](~~86044~~) operation to obtain the video ID, which is the VideoId value in the response.
public static DeleteVideoRequest build(Map<String,?> map) throws Exception
Exceptionpublic DeleteVideoRequest setVideoIds(String videoIds)
public String getVideoIds()
Copyright © 2024. All rights reserved.