Class: TencentCloud::Tdmq::V20200217::DescribeMqMsgTraceRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tdmq::V20200217::DescribeMqMsgTraceRequest
- Defined in:
- lib/v20200217/models.rb
Overview
DescribeMqMsgTrace请求参数结构体
Instance Attribute Summary collapse
- #ClusterId ⇒ Object
- #EnvironmentId ⇒ Object
- #GroupName ⇒ Object
- #MsgId ⇒ Object
- #Protocol ⇒ Object
- #QueryDlqMsg ⇒ Object
- #QueueName ⇒ Object
- #TopicName ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(protocol = nil, msgid = nil, clusterid = nil, environmentid = nil, topicname = nil, queuename = nil, groupname = nil, querydlqmsg = nil) ⇒ DescribeMqMsgTraceRequest
constructor
A new instance of DescribeMqMsgTraceRequest.
Constructor Details
#initialize(protocol = nil, msgid = nil, clusterid = nil, environmentid = nil, topicname = nil, queuename = nil, groupname = nil, querydlqmsg = nil) ⇒ DescribeMqMsgTraceRequest
Returns a new instance of DescribeMqMsgTraceRequest.
4334 4335 4336 4337 4338 4339 4340 4341 4342 4343 |
# File 'lib/v20200217/models.rb', line 4334 def initialize(protocol=nil, msgid=nil, clusterid=nil, environmentid=nil, topicname=nil, queuename=nil, groupname=nil, querydlqmsg=nil) @Protocol = protocol @MsgId = msgid @ClusterId = clusterid @EnvironmentId = environmentid @TopicName = topicname @QueueName = queuename @GroupName = groupname @QueryDlqMsg = querydlqmsg end |
Instance Attribute Details
#ClusterId ⇒ Object
4332 4333 4334 |
# File 'lib/v20200217/models.rb', line 4332 def ClusterId @ClusterId end |
#EnvironmentId ⇒ Object
4332 4333 4334 |
# File 'lib/v20200217/models.rb', line 4332 def EnvironmentId @EnvironmentId end |
#GroupName ⇒ Object
4332 4333 4334 |
# File 'lib/v20200217/models.rb', line 4332 def GroupName @GroupName end |
#MsgId ⇒ Object
4332 4333 4334 |
# File 'lib/v20200217/models.rb', line 4332 def MsgId @MsgId end |
#Protocol ⇒ Object
4332 4333 4334 |
# File 'lib/v20200217/models.rb', line 4332 def Protocol @Protocol end |
#QueryDlqMsg ⇒ Object
4332 4333 4334 |
# File 'lib/v20200217/models.rb', line 4332 def QueryDlqMsg @QueryDlqMsg end |
#QueueName ⇒ Object
4332 4333 4334 |
# File 'lib/v20200217/models.rb', line 4332 def QueueName @QueueName end |
#TopicName ⇒ Object
4332 4333 4334 |
# File 'lib/v20200217/models.rb', line 4332 def TopicName @TopicName end |
Instance Method Details
#deserialize(params) ⇒ Object
4345 4346 4347 4348 4349 4350 4351 4352 4353 4354 |
# File 'lib/v20200217/models.rb', line 4345 def deserialize(params) @Protocol = params['Protocol'] @MsgId = params['MsgId'] @ClusterId = params['ClusterId'] @EnvironmentId = params['EnvironmentId'] @TopicName = params['TopicName'] @QueueName = params['QueueName'] @GroupName = params['GroupName'] @QueryDlqMsg = params['QueryDlqMsg'] end |