Class: TencentCloud::Tdmq::V20200217::VerifyRocketMQConsumeRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tdmq::V20200217::VerifyRocketMQConsumeRequest
- Defined in:
- lib/v20200217/models.rb
Overview
VerifyRocketMQConsume请求参数结构体
Instance Attribute Summary collapse
- #ClientId ⇒ Object
- #ClusterId ⇒ Object
- #GroupId ⇒ Object
- #MsgId ⇒ Object
- #NamespaceId ⇒ Object
- #TopicName ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(clusterid = nil, namespaceid = nil, groupid = nil, msgid = nil, clientid = nil, topicname = nil) ⇒ VerifyRocketMQConsumeRequest
constructor
A new instance of VerifyRocketMQConsumeRequest.
Constructor Details
#initialize(clusterid = nil, namespaceid = nil, groupid = nil, msgid = nil, clientid = nil, topicname = nil) ⇒ VerifyRocketMQConsumeRequest
Returns a new instance of VerifyRocketMQConsumeRequest.
13406 13407 13408 13409 13410 13411 13412 13413 |
# File 'lib/v20200217/models.rb', line 13406 def initialize(clusterid=nil, namespaceid=nil, groupid=nil, msgid=nil, clientid=nil, topicname=nil) @ClusterId = clusterid @NamespaceId = namespaceid @GroupId = groupid @MsgId = msgid @ClientId = clientid @TopicName = topicname end |
Instance Attribute Details
#ClientId ⇒ Object
13404 13405 13406 |
# File 'lib/v20200217/models.rb', line 13404 def ClientId @ClientId end |
#ClusterId ⇒ Object
13404 13405 13406 |
# File 'lib/v20200217/models.rb', line 13404 def ClusterId @ClusterId end |
#GroupId ⇒ Object
13404 13405 13406 |
# File 'lib/v20200217/models.rb', line 13404 def GroupId @GroupId end |
#MsgId ⇒ Object
13404 13405 13406 |
# File 'lib/v20200217/models.rb', line 13404 def MsgId @MsgId end |
#NamespaceId ⇒ Object
13404 13405 13406 |
# File 'lib/v20200217/models.rb', line 13404 def NamespaceId @NamespaceId end |
#TopicName ⇒ Object
13404 13405 13406 |
# File 'lib/v20200217/models.rb', line 13404 def TopicName @TopicName end |
Instance Method Details
#deserialize(params) ⇒ Object
13415 13416 13417 13418 13419 13420 13421 13422 |
# File 'lib/v20200217/models.rb', line 13415 def deserialize(params) @ClusterId = params['ClusterId'] @NamespaceId = params['NamespaceId'] @GroupId = params['GroupId'] @MsgId = params['MsgId'] @ClientId = params['ClientId'] @TopicName = params['TopicName'] end |