public class UpdateVideoInfosRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
updateContent
The new information about audios or videos.
|
| 构造器和说明 |
|---|
UpdateVideoInfosRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static UpdateVideoInfosRequest |
build(Map<String,?> map) |
String |
getUpdateContent() |
UpdateVideoInfosRequest |
setUpdateContent(String updateContent) |
@NameInMap(value="UpdateContent") public String updateContent
The new information about audios or videos. You can modify the information about up to 20 audios or videos at a time. Separate multiple audios or videos with commas (,). When you modify the information exceed 20 audios or videos at a time, the update will fail with an error code **CountExceededMax**.
The value is a JSON string. For more information, see the **UpdateContent** section of this topic.
public static UpdateVideoInfosRequest build(Map<String,?> map) throws Exception
Exceptionpublic UpdateVideoInfosRequest setUpdateContent(String updateContent)
public String getUpdateContent()
Copyright © 2024. All rights reserved.