Class: TencentCloud::Ckafka::V20190819::FetchMessageListByTimestampRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Ckafka::V20190819::FetchMessageListByTimestampRequest
- Defined in:
- lib/v20190819/models.rb
Overview
FetchMessageListByTimestamp请求参数结构体
Instance Attribute Summary collapse
- #InstanceId ⇒ Object
- #Partition ⇒ Object
- #SinglePartitionRecordNumber ⇒ Object
- #StartTime ⇒ Object
- #Topic ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(instanceid = nil, topic = nil, partition = nil, starttime = nil, singlepartitionrecordnumber = nil) ⇒ FetchMessageListByTimestampRequest
constructor
A new instance of FetchMessageListByTimestampRequest.
Constructor Details
#initialize(instanceid = nil, topic = nil, partition = nil, starttime = nil, singlepartitionrecordnumber = nil) ⇒ FetchMessageListByTimestampRequest
Returns a new instance of FetchMessageListByTimestampRequest.
7102 7103 7104 7105 7106 7107 7108 |
# File 'lib/v20190819/models.rb', line 7102 def initialize(instanceid=nil, topic=nil, partition=nil, starttime=nil, singlepartitionrecordnumber=nil) @InstanceId = instanceid @Topic = topic @Partition = partition @StartTime = starttime @SinglePartitionRecordNumber = singlepartitionrecordnumber end |
Instance Attribute Details
#InstanceId ⇒ Object
7100 7101 7102 |
# File 'lib/v20190819/models.rb', line 7100 def InstanceId @InstanceId end |
#Partition ⇒ Object
7100 7101 7102 |
# File 'lib/v20190819/models.rb', line 7100 def Partition @Partition end |
#SinglePartitionRecordNumber ⇒ Object
7100 7101 7102 |
# File 'lib/v20190819/models.rb', line 7100 def SinglePartitionRecordNumber @SinglePartitionRecordNumber end |
#StartTime ⇒ Object
7100 7101 7102 |
# File 'lib/v20190819/models.rb', line 7100 def StartTime @StartTime end |
#Topic ⇒ Object
7100 7101 7102 |
# File 'lib/v20190819/models.rb', line 7100 def Topic @Topic end |
Instance Method Details
#deserialize(params) ⇒ Object
7110 7111 7112 7113 7114 7115 7116 |
# File 'lib/v20190819/models.rb', line 7110 def deserialize(params) @InstanceId = params['InstanceId'] @Topic = params['Topic'] @Partition = params['Partition'] @StartTime = params['StartTime'] @SinglePartitionRecordNumber = params['SinglePartitionRecordNumber'] end |