Class: TencentCloud::Tdmq::V20200217::DescribeMsgTraceRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tdmq::V20200217::DescribeMsgTraceRequest
- Defined in:
- lib/v20200217/models.rb
Overview
DescribeMsgTrace请求参数结构体
Instance Attribute Summary collapse
- #ClusterId ⇒ Object
- #EnvironmentId ⇒ Object
- #Limit ⇒ Object
- #MsgId ⇒ Object
- #Offset ⇒ Object
- #ProduceTime ⇒ Object
- #SubscriptionName ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(environmentid = nil, msgid = nil, producetime = nil, offset = nil, limit = nil, subscriptionname = nil, clusterid = nil) ⇒ DescribeMsgTraceRequest
constructor
A new instance of DescribeMsgTraceRequest.
Constructor Details
#initialize(environmentid = nil, msgid = nil, producetime = nil, offset = nil, limit = nil, subscriptionname = nil, clusterid = nil) ⇒ DescribeMsgTraceRequest
Returns a new instance of DescribeMsgTraceRequest.
4475 4476 4477 4478 4479 4480 4481 4482 4483 |
# File 'lib/v20200217/models.rb', line 4475 def initialize(environmentid=nil, msgid=nil, producetime=nil, offset=nil, limit=nil, subscriptionname=nil, clusterid=nil) @EnvironmentId = environmentid @MsgId = msgid @ProduceTime = producetime @Offset = offset @Limit = limit @SubscriptionName = subscriptionname @ClusterId = clusterid end |
Instance Attribute Details
#ClusterId ⇒ Object
4473 4474 4475 |
# File 'lib/v20200217/models.rb', line 4473 def ClusterId @ClusterId end |
#EnvironmentId ⇒ Object
4473 4474 4475 |
# File 'lib/v20200217/models.rb', line 4473 def EnvironmentId @EnvironmentId end |
#Limit ⇒ Object
4473 4474 4475 |
# File 'lib/v20200217/models.rb', line 4473 def Limit @Limit end |
#MsgId ⇒ Object
4473 4474 4475 |
# File 'lib/v20200217/models.rb', line 4473 def MsgId @MsgId end |
#Offset ⇒ Object
4473 4474 4475 |
# File 'lib/v20200217/models.rb', line 4473 def Offset @Offset end |
#ProduceTime ⇒ Object
4473 4474 4475 |
# File 'lib/v20200217/models.rb', line 4473 def ProduceTime @ProduceTime end |
#SubscriptionName ⇒ Object
4473 4474 4475 |
# File 'lib/v20200217/models.rb', line 4473 def SubscriptionName @SubscriptionName end |
Instance Method Details
#deserialize(params) ⇒ Object
4485 4486 4487 4488 4489 4490 4491 4492 4493 |
# File 'lib/v20200217/models.rb', line 4485 def deserialize(params) @EnvironmentId = params['EnvironmentId'] @MsgId = params['MsgId'] @ProduceTime = params['ProduceTime'] @Offset = params['Offset'] @Limit = params['Limit'] @SubscriptionName = params['SubscriptionName'] @ClusterId = params['ClusterId'] end |