Class: TencentCloud::Es::V20250101::ChunkDocument
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Es::V20250101::ChunkDocument
- Defined in:
- lib/v20250101/models.rb
Overview
切片文档信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(filetype = nil, filecontent = nil) ⇒ ChunkDocument
constructor
A new instance of ChunkDocument.
Constructor Details
#initialize(filetype = nil, filecontent = nil) ⇒ ChunkDocument
Returns a new instance of ChunkDocument.
230 231 232 233 |
# File 'lib/v20250101/models.rb', line 230 def initialize(filetype=nil, filecontent=nil) @FileType = filetype @FileContent = filecontent end |
Instance Attribute Details
#FileContent ⇒ Object
228 229 230 |
# File 'lib/v20250101/models.rb', line 228 def FileContent @FileContent end |
#FileType ⇒ Object
228 229 230 |
# File 'lib/v20250101/models.rb', line 228 def FileType @FileType end |
Instance Method Details
#deserialize(params) ⇒ Object
235 236 237 238 |
# File 'lib/v20250101/models.rb', line 235 def deserialize(params) @FileType = params['FileType'] @FileContent = params['FileContent'] end |