Class: TencentCloud::Hunyuan::V20230901::RunThreadResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Hunyuan::V20230901::RunThreadResponse
- Defined in:
- lib/v20230901/models.rb
Overview
RunThread返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ RunThreadResponse
constructor
A new instance of RunThreadResponse.
Constructor Details
#initialize(requestid = nil) ⇒ RunThreadResponse
Returns a new instance of RunThreadResponse.
2291 2292 2293 |
# File 'lib/v20230901/models.rb', line 2291 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
2289 2290 2291 |
# File 'lib/v20230901/models.rb', line 2289 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2295 2296 2297 |
# File 'lib/v20230901/models.rb', line 2295 def deserialize(params) @RequestId = params['RequestId'] end |