Class: TencentCloud::Tdmq::V20200217::DescribeRocketMQTopicsByGroupResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tdmq::V20200217::DescribeRocketMQTopicsByGroupResponse
- Defined in:
- lib/v20200217/models.rb
Overview
DescribeRocketMQTopicsByGroup返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(totalcount = nil, topics = nil, requestid = nil) ⇒ DescribeRocketMQTopicsByGroupResponse
constructor
A new instance of DescribeRocketMQTopicsByGroupResponse.
Constructor Details
#initialize(totalcount = nil, topics = nil, requestid = nil) ⇒ DescribeRocketMQTopicsByGroupResponse
Returns a new instance of DescribeRocketMQTopicsByGroupResponse.
7405 7406 7407 7408 7409 |
# File 'lib/v20200217/models.rb', line 7405 def initialize(totalcount=nil, topics=nil, requestid=nil) @TotalCount = totalcount @Topics = topics @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
7403 7404 7405 |
# File 'lib/v20200217/models.rb', line 7403 def RequestId @RequestId end |
#Topics ⇒ Object
7403 7404 7405 |
# File 'lib/v20200217/models.rb', line 7403 def Topics @Topics end |
#TotalCount ⇒ Object
7403 7404 7405 |
# File 'lib/v20200217/models.rb', line 7403 def TotalCount @TotalCount end |
Instance Method Details
#deserialize(params) ⇒ Object
7411 7412 7413 7414 7415 |
# File 'lib/v20200217/models.rb', line 7411 def deserialize(params) @TotalCount = params['TotalCount'] @Topics = params['Topics'] @RequestId = params['RequestId'] end |