public class DeleteMezzaninesRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
Boolean |
force
Specifies whether to forcibly delete the mezzanine file.
|
String |
videoIds
The list of video IDs.
|
| 构造器和说明 |
|---|
DeleteMezzaninesRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DeleteMezzaninesRequest |
build(Map<String,?> map) |
Boolean |
getForce() |
String |
getVideoIds() |
DeleteMezzaninesRequest |
setForce(Boolean force) |
DeleteMezzaninesRequest |
setVideoIds(String videoIds) |
@NameInMap(value="Force") public Boolean force
Specifies whether to forcibly delete the mezzanine file. Default value: **false**.
> If a video is delivered without transcoding or is asynchronously transcoded, the mezzanine file of the video is used for original-quality playback. By default, the mezzanine file of the video cannot be deleted. To forcibly delete the mezzanine file, set this parameter to **true**.
@NameInMap(value="VideoIds") public String videoIds
The list of video IDs. A maximum of 20 video IDs can be specified at a time. Separate multiple IDs with commas (,).
public static DeleteMezzaninesRequest build(Map<String,?> map) throws Exception
Exceptionpublic DeleteMezzaninesRequest setForce(Boolean force)
public Boolean getForce()
public DeleteMezzaninesRequest setVideoIds(String videoIds)
public String getVideoIds()
Copyright © 2024. All rights reserved.