Class: TencentCloud::Tdmq::V20200217::DescribeRocketMQTopicsByGroupRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tdmq::V20200217::DescribeRocketMQTopicsByGroupRequest
- Defined in:
- lib/v20200217/models.rb
Overview
DescribeRocketMQTopicsByGroup请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(clusterid = nil, namespaceid = nil, groupid = nil, offset = nil, limit = nil) ⇒ DescribeRocketMQTopicsByGroupRequest
constructor
A new instance of DescribeRocketMQTopicsByGroupRequest.
Constructor Details
#initialize(clusterid = nil, namespaceid = nil, groupid = nil, offset = nil, limit = nil) ⇒ DescribeRocketMQTopicsByGroupRequest
Returns a new instance of DescribeRocketMQTopicsByGroupRequest.
7377 7378 7379 7380 7381 7382 7383 |
# File 'lib/v20200217/models.rb', line 7377 def initialize(clusterid=nil, namespaceid=nil, groupid=nil, offset=nil, limit=nil) @ClusterId = clusterid @NamespaceId = namespaceid @GroupId = groupid @Offset = offset @Limit = limit end |
Instance Attribute Details
#ClusterId ⇒ Object
7375 7376 7377 |
# File 'lib/v20200217/models.rb', line 7375 def ClusterId @ClusterId end |
#GroupId ⇒ Object
7375 7376 7377 |
# File 'lib/v20200217/models.rb', line 7375 def GroupId @GroupId end |
#Limit ⇒ Object
7375 7376 7377 |
# File 'lib/v20200217/models.rb', line 7375 def Limit @Limit end |
#NamespaceId ⇒ Object
7375 7376 7377 |
# File 'lib/v20200217/models.rb', line 7375 def NamespaceId @NamespaceId end |
#Offset ⇒ Object
7375 7376 7377 |
# File 'lib/v20200217/models.rb', line 7375 def Offset @Offset end |
Instance Method Details
#deserialize(params) ⇒ Object
7385 7386 7387 7388 7389 7390 7391 |
# File 'lib/v20200217/models.rb', line 7385 def deserialize(params) @ClusterId = params['ClusterId'] @NamespaceId = params['NamespaceId'] @GroupId = params['GroupId'] @Offset = params['Offset'] @Limit = params['Limit'] end |