Class: TencentCloud::Ckafka::V20190819::FetchLatestDatahubMessageListRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Ckafka::V20190819::FetchLatestDatahubMessageListRequest
- Defined in:
- lib/v20190819/models.rb
Overview
FetchLatestDatahubMessageList请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, partition = nil, offset = nil, messagecount = nil) ⇒ FetchLatestDatahubMessageListRequest
constructor
A new instance of FetchLatestDatahubMessageListRequest.
Constructor Details
#initialize(name = nil, partition = nil, offset = nil, messagecount = nil) ⇒ FetchLatestDatahubMessageListRequest
Returns a new instance of FetchLatestDatahubMessageListRequest.
6935 6936 6937 6938 6939 6940 |
# File 'lib/v20190819/models.rb', line 6935 def initialize(name=nil, partition=nil, offset=nil, =nil) @Name = name @Partition = partition @Offset = offset @MessageCount = end |
Instance Attribute Details
#MessageCount ⇒ Object
6933 6934 6935 |
# File 'lib/v20190819/models.rb', line 6933 def MessageCount @MessageCount end |
#Name ⇒ Object
6933 6934 6935 |
# File 'lib/v20190819/models.rb', line 6933 def Name @Name end |
#Offset ⇒ Object
6933 6934 6935 |
# File 'lib/v20190819/models.rb', line 6933 def Offset @Offset end |
#Partition ⇒ Object
6933 6934 6935 |
# File 'lib/v20190819/models.rb', line 6933 def Partition @Partition end |
Instance Method Details
#deserialize(params) ⇒ Object
6942 6943 6944 6945 6946 6947 |
# File 'lib/v20190819/models.rb', line 6942 def deserialize(params) @Name = params['Name'] @Partition = params['Partition'] @Offset = params['Offset'] @MessageCount = params['MessageCount'] end |