Class: TencentCloud::Tdmq::V20200217::DescribeMsgRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tdmq::V20200217::DescribeMsgRequest
- Defined in:
- lib/v20200217/models.rb
Overview
DescribeMsg请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(environmentid = nil, msgid = nil, topicname = nil, clusterid = nil) ⇒ DescribeMsgRequest
constructor
A new instance of DescribeMsgRequest.
Constructor Details
#initialize(environmentid = nil, msgid = nil, topicname = nil, clusterid = nil) ⇒ DescribeMsgRequest
Returns a new instance of DescribeMsgRequest.
4401 4402 4403 4404 4405 4406 |
# File 'lib/v20200217/models.rb', line 4401 def initialize(environmentid=nil, msgid=nil, topicname=nil, clusterid=nil) @EnvironmentId = environmentid @MsgId = msgid @TopicName = topicname @ClusterId = clusterid end |
Instance Attribute Details
#ClusterId ⇒ Object
4399 4400 4401 |
# File 'lib/v20200217/models.rb', line 4399 def ClusterId @ClusterId end |
#EnvironmentId ⇒ Object
4399 4400 4401 |
# File 'lib/v20200217/models.rb', line 4399 def EnvironmentId @EnvironmentId end |
#MsgId ⇒ Object
4399 4400 4401 |
# File 'lib/v20200217/models.rb', line 4399 def MsgId @MsgId end |
#TopicName ⇒ Object
4399 4400 4401 |
# File 'lib/v20200217/models.rb', line 4399 def TopicName @TopicName end |
Instance Method Details
#deserialize(params) ⇒ Object
4408 4409 4410 4411 4412 4413 |
# File 'lib/v20200217/models.rb', line 4408 def deserialize(params) @EnvironmentId = params['EnvironmentId'] @MsgId = params['MsgId'] @TopicName = params['TopicName'] @ClusterId = params['ClusterId'] end |