public class DeleteDynamicImageRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
dynamicImageIds
The IDs of the animated stickers.
|
String |
videoId
The ID of the video associated with the animated stickers whose information you want to delete.
|
| 构造器和说明 |
|---|
DeleteDynamicImageRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static DeleteDynamicImageRequest |
build(Map<String,?> map) |
String |
getDynamicImageIds() |
String |
getVideoId() |
DeleteDynamicImageRequest |
setDynamicImageIds(String dynamicImageIds) |
DeleteDynamicImageRequest |
setVideoId(String videoId) |
@NameInMap(value="DynamicImageIds") public String dynamicImageIds
The IDs of the animated stickers.
- Separate multiple IDs with commas (,). You can specify a maximum of 10 IDs.
- If you do not set this parameter, the system finds the video specified by the VideoId parameter and deletes the information about the animated stickers associated with the video. If more than 10 animated stickers are associated with the video specified by the VideoId parameter, the deletion request is denied.
@NameInMap(value="VideoId") public String videoId
The ID of the video associated with the animated stickers whose information you want to delete.
public static DeleteDynamicImageRequest build(Map<String,?> map) throws Exception
Exceptionpublic DeleteDynamicImageRequest setDynamicImageIds(String dynamicImageIds)
public String getDynamicImageIds()
public DeleteDynamicImageRequest setVideoId(String videoId)
public String getVideoId()
Copyright © 2024. All rights reserved.