| Package | Description |
|---|---|
| com.tencentcloudapi.tag.v20180813.models |
| Modifier and Type | Method and Description |
|---|---|
TagKeyObject[] |
ModifyResourceTagsRequest.getDeleteTags()
Get 需要解关联的标签集合。本接口中ReplaceTags和DeleteTags二者必须存在其一,且二者不能包含相同的标签键。可以不传该参数,但不能是空数组。
|
| Modifier and Type | Method and Description |
|---|---|
void |
ModifyResourceTagsRequest.setDeleteTags(TagKeyObject[] DeleteTags)
Set 需要解关联的标签集合。本接口中ReplaceTags和DeleteTags二者必须存在其一,且二者不能包含相同的标签键。可以不传该参数,但不能是空数组。
|
| Constructor and Description |
|---|
TagKeyObject(TagKeyObject source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Copyright © 2021. All rights reserved.