Class: TencentCloud::Wedata::V20210820::RemoveWorkflowDsResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::RemoveWorkflowDsResponse
- Defined in:
- lib/v20210820/models.rb
Overview
RemoveWorkflowDs返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(data = nil, requestid = nil) ⇒ RemoveWorkflowDsResponse
constructor
A new instance of RemoveWorkflowDsResponse.
Constructor Details
#initialize(data = nil, requestid = nil) ⇒ RemoveWorkflowDsResponse
Returns a new instance of RemoveWorkflowDsResponse.
31262 31263 31264 31265 |
# File 'lib/v20210820/models.rb', line 31262 def initialize(data=nil, requestid=nil) @Data = data @RequestId = requestid end |
Instance Attribute Details
#Data ⇒ Object
31260 31261 31262 |
# File 'lib/v20210820/models.rb', line 31260 def Data @Data end |
#RequestId ⇒ Object
31260 31261 31262 |
# File 'lib/v20210820/models.rb', line 31260 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
31267 31268 31269 31270 |
# File 'lib/v20210820/models.rb', line 31267 def deserialize(params) @Data = params['Data'] @RequestId = params['RequestId'] end |