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
5967 5968 5969 5970 |
# File 'lib/v20210820/models.rb', line 5967 def initialize(data=nil, requestid=nil) @Data = data @RequestId = requestid end |
Instance Attribute Details
#Data ⇒ Object
5965 5966 5967 |
# File 'lib/v20210820/models.rb', line 5965 def Data @Data end |
#RequestId ⇒ Object
5965 5966 5967 |
# File 'lib/v20210820/models.rb', line 5965 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
5972 5973 5974 5975 |
# File 'lib/v20210820/models.rb', line 5972 def deserialize(params) @Data = params['Data'] @RequestId = params['RequestId'] end |