Class: TencentCloud::Tdmq::V20200217::DescribeMsgResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tdmq::V20200217::DescribeMsgResponse
- Defined in:
- lib/v20200217/models.rb
Overview
DescribeMsg返回参数结构体
Instance Attribute Summary collapse
- #BatchId ⇒ Object
- #Body ⇒ Object
- #MsgId ⇒ Object
- #ProducerName ⇒ Object
- #ProduceTime ⇒ Object
- #Properties ⇒ Object
- #RequestId ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(properties = nil, body = nil, batchid = nil, producetime = nil, msgid = nil, producername = nil, requestid = nil) ⇒ DescribeMsgResponse
constructor
A new instance of DescribeMsgResponse.
Constructor Details
#initialize(properties = nil, body = nil, batchid = nil, producetime = nil, msgid = nil, producername = nil, requestid = nil) ⇒ DescribeMsgResponse
Returns a new instance of DescribeMsgResponse.
4435 4436 4437 4438 4439 4440 4441 4442 4443 |
# File 'lib/v20200217/models.rb', line 4435 def initialize(properties=nil, body=nil, batchid=nil, producetime=nil, msgid=nil, producername=nil, requestid=nil) @Properties = properties @Body = body @BatchId = batchid @ProduceTime = producetime @MsgId = msgid @ProducerName = producername @RequestId = requestid end |
Instance Attribute Details
#BatchId ⇒ Object
4433 4434 4435 |
# File 'lib/v20200217/models.rb', line 4433 def BatchId @BatchId end |
#Body ⇒ Object
4433 4434 4435 |
# File 'lib/v20200217/models.rb', line 4433 def Body @Body end |
#MsgId ⇒ Object
4433 4434 4435 |
# File 'lib/v20200217/models.rb', line 4433 def MsgId @MsgId end |
#ProducerName ⇒ Object
4433 4434 4435 |
# File 'lib/v20200217/models.rb', line 4433 def ProducerName @ProducerName end |
#ProduceTime ⇒ Object
4433 4434 4435 |
# File 'lib/v20200217/models.rb', line 4433 def ProduceTime @ProduceTime end |
#Properties ⇒ Object
4433 4434 4435 |
# File 'lib/v20200217/models.rb', line 4433 def Properties @Properties end |
#RequestId ⇒ Object
4433 4434 4435 |
# File 'lib/v20200217/models.rb', line 4433 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
4445 4446 4447 4448 4449 4450 4451 4452 4453 |
# File 'lib/v20200217/models.rb', line 4445 def deserialize(params) @Properties = params['Properties'] @Body = params['Body'] @BatchId = params['BatchId'] @ProduceTime = params['ProduceTime'] @MsgId = params['MsgId'] @ProducerName = params['ProducerName'] @RequestId = params['RequestId'] end |