public class UpdateImageInfosRequest
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
updateContent
The new information about the one or more images.
|
| 构造器和说明 |
|---|
UpdateImageInfosRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
static UpdateImageInfosRequest |
build(Map<String,?> map) |
String |
getUpdateContent() |
UpdateImageInfosRequest |
setUpdateContent(String updateContent) |
@NameInMap(value="UpdateContent") public String updateContent
The new information about the one or more images. You can modify the information about up to 20 images at a time. For more information, see the **UpdateContent** section of this topic.
> The values of the nested parameters Title, Description, and Tags under the UpdateContent parameter cannot contain emoticons.
public static UpdateImageInfosRequest build(Map<String,?> map) throws Exception
Exceptionpublic UpdateImageInfosRequest setUpdateContent(String updateContent)
public String getUpdateContent()
Copyright © 2024. All rights reserved.