Class: TencentCloud::Cfg::V20210820::ExecuteTaskInstanceResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cfg::V20210820::ExecuteTaskInstanceResponse
- Defined in:
- lib/v20210820/models.rb
Overview
ExecuteTaskInstance返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ExecuteTaskInstanceResponse
constructor
A new instance of ExecuteTaskInstanceResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ExecuteTaskInstanceResponse
Returns a new instance of ExecuteTaskInstanceResponse.
1155 1156 1157 |
# File 'lib/v20210820/models.rb', line 1155 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
1153 1154 1155 |
# File 'lib/v20210820/models.rb', line 1153 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1159 1160 1161 |
# File 'lib/v20210820/models.rb', line 1159 def deserialize(params) @RequestId = params['RequestId'] end |