Class: TencentCloud::Wedata::V20210820::CreateWorkflowDsResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::CreateWorkflowDsResponse
- Defined in:
- lib/v20210820/models.rb
Overview
CreateWorkflowDs返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(data = nil, requestid = nil) ⇒ CreateWorkflowDsResponse
constructor
A new instance of CreateWorkflowDsResponse.
Constructor Details
#initialize(data = nil, requestid = nil) ⇒ CreateWorkflowDsResponse
Returns a new instance of CreateWorkflowDsResponse.
6327 6328 6329 6330 |
# File 'lib/v20210820/models.rb', line 6327 def initialize(data=nil, requestid=nil) @Data = data @RequestId = requestid end |
Instance Attribute Details
#Data ⇒ Object
6325 6326 6327 |
# File 'lib/v20210820/models.rb', line 6325 def Data @Data end |
#RequestId ⇒ Object
6325 6326 6327 |
# File 'lib/v20210820/models.rb', line 6325 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
6332 6333 6334 6335 |
# File 'lib/v20210820/models.rb', line 6332 def deserialize(params) @Data = params['Data'] @RequestId = params['RequestId'] end |