Class: TencentCloud::Tdmq::V20200217::DescribeTopicMsgsRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tdmq::V20200217::DescribeTopicMsgsRequest
- Defined in:
- lib/v20200217/models.rb
Overview
DescribeTopicMsgs请求参数结构体
Instance Attribute Summary collapse
- #ClusterId ⇒ Object
- #EndTime ⇒ Object
- #EnvironmentId ⇒ Object
- #Limit ⇒ Object
- #MsgId ⇒ Object
- #Offset ⇒ Object
- #StartTime ⇒ Object
- #TopicName ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(environmentid = nil, topicname = nil, starttime = nil, endtime = nil, offset = nil, limit = nil, msgid = nil, clusterid = nil) ⇒ DescribeTopicMsgsRequest
constructor
A new instance of DescribeTopicMsgsRequest.
Constructor Details
#initialize(environmentid = nil, topicname = nil, starttime = nil, endtime = nil, offset = nil, limit = nil, msgid = nil, clusterid = nil) ⇒ DescribeTopicMsgsRequest
Returns a new instance of DescribeTopicMsgsRequest.
7772 7773 7774 7775 7776 7777 7778 7779 7780 7781 |
# File 'lib/v20200217/models.rb', line 7772 def initialize(environmentid=nil, topicname=nil, starttime=nil, endtime=nil, offset=nil, limit=nil, msgid=nil, clusterid=nil) @EnvironmentId = environmentid @TopicName = topicname @StartTime = starttime @EndTime = endtime @Offset = offset @Limit = limit @MsgId = msgid @ClusterId = clusterid end |
Instance Attribute Details
#ClusterId ⇒ Object
7770 7771 7772 |
# File 'lib/v20200217/models.rb', line 7770 def ClusterId @ClusterId end |
#EndTime ⇒ Object
7770 7771 7772 |
# File 'lib/v20200217/models.rb', line 7770 def EndTime @EndTime end |
#EnvironmentId ⇒ Object
7770 7771 7772 |
# File 'lib/v20200217/models.rb', line 7770 def EnvironmentId @EnvironmentId end |
#Limit ⇒ Object
7770 7771 7772 |
# File 'lib/v20200217/models.rb', line 7770 def Limit @Limit end |
#MsgId ⇒ Object
7770 7771 7772 |
# File 'lib/v20200217/models.rb', line 7770 def MsgId @MsgId end |
#Offset ⇒ Object
7770 7771 7772 |
# File 'lib/v20200217/models.rb', line 7770 def Offset @Offset end |
#StartTime ⇒ Object
7770 7771 7772 |
# File 'lib/v20200217/models.rb', line 7770 def StartTime @StartTime end |
#TopicName ⇒ Object
7770 7771 7772 |
# File 'lib/v20200217/models.rb', line 7770 def TopicName @TopicName end |
Instance Method Details
#deserialize(params) ⇒ Object
7783 7784 7785 7786 7787 7788 7789 7790 7791 7792 |
# File 'lib/v20200217/models.rb', line 7783 def deserialize(params) @EnvironmentId = params['EnvironmentId'] @TopicName = params['TopicName'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] @Offset = params['Offset'] @Limit = params['Limit'] @MsgId = params['MsgId'] @ClusterId = params['ClusterId'] end |