Package | Description |
---|---|
com.tencentcloudapi.trocket.v20230308 | |
com.tencentcloudapi.trocket.v20230308.models |
Modifier and Type | Method and Description |
---|---|
DescribeTopicListByGroupResponse |
TrocketClient.DescribeTopicListByGroup(DescribeTopicListByGroupRequest req)
根据消费组获取主题列表,Filter参数使用说明如下:
- TopicName 主题名称,从 [DescribeTopicList](https://cloud.tencent.com/document/api/1493/96030) 接口返回的 [TopicItem](https://cloud.tencent.com/document/api/1493/96031#TopicItem) 或控制台获得。
Filters示例:
[{ "Name": "TopicName", "Values": ["test_topic"] }]
|
Constructor and Description |
---|
DescribeTopicListByGroupResponse(DescribeTopicListByGroupResponse 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 © 2025. All rights reserved.