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.
5923 5924 5925 5926 |
# File 'lib/v20210820/models.rb', line 5923 def initialize(data=nil, requestid=nil) @Data = data @RequestId = requestid end |
Instance Attribute Details
#Data ⇒ Object
5921 5922 5923 |
# File 'lib/v20210820/models.rb', line 5921 def Data @Data end |
#RequestId ⇒ Object
5921 5922 5923 |
# File 'lib/v20210820/models.rb', line 5921 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
5928 5929 5930 5931 |
# File 'lib/v20210820/models.rb', line 5928 def deserialize(params) @Data = params['Data'] @RequestId = params['RequestId'] end |