Class: TencentCloud::Tdmq::V20200217::DescribeRocketMQConsumerConnectionDetailRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tdmq::V20200217::DescribeRocketMQConsumerConnectionDetailRequest
- Defined in:
- lib/v20200217/models.rb
Overview
DescribeRocketMQConsumerConnectionDetail请求参数结构体
Instance Attribute Summary collapse
- #ClientId ⇒ Object
- #ClusterId ⇒ Object
- #FilterType ⇒ Object
- #GroupId ⇒ Object
- #Limit ⇒ Object
- #NamespaceId ⇒ Object
- #Offset ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(clusterid = nil, namespaceid = nil, groupid = nil, clientid = nil, offset = nil, limit = nil, filtertype = nil) ⇒ DescribeRocketMQConsumerConnectionDetailRequest
constructor
A new instance of DescribeRocketMQConsumerConnectionDetailRequest.
Constructor Details
#initialize(clusterid = nil, namespaceid = nil, groupid = nil, clientid = nil, offset = nil, limit = nil, filtertype = nil) ⇒ DescribeRocketMQConsumerConnectionDetailRequest
Returns a new instance of DescribeRocketMQConsumerConnectionDetailRequest.
5973 5974 5975 5976 5977 5978 5979 5980 5981 |
# File 'lib/v20200217/models.rb', line 5973 def initialize(clusterid=nil, namespaceid=nil, groupid=nil, clientid=nil, offset=nil, limit=nil, filtertype=nil) @ClusterId = clusterid @NamespaceId = namespaceid @GroupId = groupid @ClientId = clientid @Offset = offset @Limit = limit @FilterType = filtertype end |
Instance Attribute Details
#ClientId ⇒ Object
5971 5972 5973 |
# File 'lib/v20200217/models.rb', line 5971 def ClientId @ClientId end |
#ClusterId ⇒ Object
5971 5972 5973 |
# File 'lib/v20200217/models.rb', line 5971 def ClusterId @ClusterId end |
#FilterType ⇒ Object
5971 5972 5973 |
# File 'lib/v20200217/models.rb', line 5971 def FilterType @FilterType end |
#GroupId ⇒ Object
5971 5972 5973 |
# File 'lib/v20200217/models.rb', line 5971 def GroupId @GroupId end |
#Limit ⇒ Object
5971 5972 5973 |
# File 'lib/v20200217/models.rb', line 5971 def Limit @Limit end |
#NamespaceId ⇒ Object
5971 5972 5973 |
# File 'lib/v20200217/models.rb', line 5971 def NamespaceId @NamespaceId end |
#Offset ⇒ Object
5971 5972 5973 |
# File 'lib/v20200217/models.rb', line 5971 def Offset @Offset end |
Instance Method Details
#deserialize(params) ⇒ Object
5983 5984 5985 5986 5987 5988 5989 5990 5991 |
# File 'lib/v20200217/models.rb', line 5983 def deserialize(params) @ClusterId = params['ClusterId'] @NamespaceId = params['NamespaceId'] @GroupId = params['GroupId'] @ClientId = params['ClientId'] @Offset = params['Offset'] @Limit = params['Limit'] @FilterType = params['FilterType'] end |