public static class GetListenerAttributeResponseBody.GetListenerAttributeResponseBodyTags
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
tagKey
The key of the tag that you want to remove.
|
String |
tagValue
The value of the tag.
|
| 构造器和说明 |
|---|
GetListenerAttributeResponseBodyTags() |
@NameInMap(value="TagKey") public String tagKey
The key of the tag that you want to remove. You can remove up to 20 tags in each call.
@NameInMap(value="TagValue") public String tagValue
The value of the tag.
public static GetListenerAttributeResponseBody.GetListenerAttributeResponseBodyTags build(Map<String,?> map) throws Exception
Exceptionpublic GetListenerAttributeResponseBody.GetListenerAttributeResponseBodyTags setTagKey(String tagKey)
public String getTagKey()
public GetListenerAttributeResponseBody.GetListenerAttributeResponseBodyTags setTagValue(String tagValue)
public String getTagValue()
Copyright © 2023. All rights reserved.