Class: TencentCloud::Tdmq::V20200217::DescribeRocketMQConsumerConnectionsRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tdmq::V20200217::DescribeRocketMQConsumerConnectionsRequest
- Defined in:
- lib/v20200217/models.rb
Overview
DescribeRocketMQConsumerConnections请求参数结构体
Instance Attribute Summary collapse
- #ClusterId ⇒ Object
- #GroupId ⇒ Object
- #Limit ⇒ Object
- #NamespaceId ⇒ Object
- #Offset ⇒ Object
- #SortedBy ⇒ Object
- #SortOrder ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(clusterid = nil, namespaceid = nil, groupid = nil, offset = nil, limit = nil, sortedby = nil, sortorder = nil) ⇒ DescribeRocketMQConsumerConnectionsRequest
constructor
A new instance of DescribeRocketMQConsumerConnectionsRequest.
Constructor Details
#initialize(clusterid = nil, namespaceid = nil, groupid = nil, offset = nil, limit = nil, sortedby = nil, sortorder = nil) ⇒ DescribeRocketMQConsumerConnectionsRequest
Returns a new instance of DescribeRocketMQConsumerConnectionsRequest.
6044 6045 6046 6047 6048 6049 6050 6051 6052 |
# File 'lib/v20200217/models.rb', line 6044 def initialize(clusterid=nil, namespaceid=nil, groupid=nil, offset=nil, limit=nil, sortedby=nil, sortorder=nil) @ClusterId = clusterid @NamespaceId = namespaceid @GroupId = groupid @Offset = offset @Limit = limit @SortedBy = sortedby @SortOrder = sortorder end |
Instance Attribute Details
#ClusterId ⇒ Object
6042 6043 6044 |
# File 'lib/v20200217/models.rb', line 6042 def ClusterId @ClusterId end |
#GroupId ⇒ Object
6042 6043 6044 |
# File 'lib/v20200217/models.rb', line 6042 def GroupId @GroupId end |
#Limit ⇒ Object
6042 6043 6044 |
# File 'lib/v20200217/models.rb', line 6042 def Limit @Limit end |
#NamespaceId ⇒ Object
6042 6043 6044 |
# File 'lib/v20200217/models.rb', line 6042 def NamespaceId @NamespaceId end |
#Offset ⇒ Object
6042 6043 6044 |
# File 'lib/v20200217/models.rb', line 6042 def Offset @Offset end |
#SortedBy ⇒ Object
6042 6043 6044 |
# File 'lib/v20200217/models.rb', line 6042 def SortedBy @SortedBy end |
#SortOrder ⇒ Object
6042 6043 6044 |
# File 'lib/v20200217/models.rb', line 6042 def SortOrder @SortOrder end |
Instance Method Details
#deserialize(params) ⇒ Object
6054 6055 6056 6057 6058 6059 6060 6061 6062 |
# File 'lib/v20200217/models.rb', line 6054 def deserialize(params) @ClusterId = params['ClusterId'] @NamespaceId = params['NamespaceId'] @GroupId = params['GroupId'] @Offset = params['Offset'] @Limit = params['Limit'] @SortedBy = params['SortedBy'] @SortOrder = params['SortOrder'] end |