Class: TencentCloud::Tione::V20211111::StopTrainingTaskResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tione::V20211111::StopTrainingTaskResponse
- Defined in:
- lib/v20211111/models.rb
Overview
StopTrainingTask返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ StopTrainingTaskResponse
constructor
A new instance of StopTrainingTaskResponse.
Constructor Details
#initialize(requestid = nil) ⇒ StopTrainingTaskResponse
Returns a new instance of StopTrainingTaskResponse.
8988 8989 8990 |
# File 'lib/v20211111/models.rb', line 8988 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
8986 8987 8988 |
# File 'lib/v20211111/models.rb', line 8986 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
8992 8993 8994 |
# File 'lib/v20211111/models.rb', line 8992 def deserialize(params) @RequestId = params['RequestId'] end |