Class: TencentCloud::Ckafka::V20190819::BatchAnalyseParam
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Ckafka::V20190819::BatchAnalyseParam
- Defined in:
- lib/v20190819/models.rb
Overview
批量解析
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(format = nil) ⇒ BatchAnalyseParam
constructor
A new instance of BatchAnalyseParam.
Constructor Details
#initialize(format = nil) ⇒ BatchAnalyseParam
Returns a new instance of BatchAnalyseParam.
308 309 310 |
# File 'lib/v20190819/models.rb', line 308 def initialize(format=nil) @Format = format end |
Instance Attribute Details
#Format ⇒ Object
306 307 308 |
# File 'lib/v20190819/models.rb', line 306 def Format @Format end |
Instance Method Details
#deserialize(params) ⇒ Object
312 313 314 |
# File 'lib/v20190819/models.rb', line 312 def deserialize(params) @Format = params['Format'] end |