Class: TencentCloud::Wedata::V20210820::UpdateWorkflowInfoResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::UpdateWorkflowInfoResponse
- Defined in:
- lib/v20210820/models.rb
Overview
UpdateWorkflowInfo返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(data = nil, requestid = nil) ⇒ UpdateWorkflowInfoResponse
constructor
A new instance of UpdateWorkflowInfoResponse.
Constructor Details
#initialize(data = nil, requestid = nil) ⇒ UpdateWorkflowInfoResponse
Returns a new instance of UpdateWorkflowInfoResponse.
41909 41910 41911 41912 |
# File 'lib/v20210820/models.rb', line 41909 def initialize(data=nil, requestid=nil) @Data = data @RequestId = requestid end |
Instance Attribute Details
#Data ⇒ Object
41907 41908 41909 |
# File 'lib/v20210820/models.rb', line 41907 def Data @Data end |
#RequestId ⇒ Object
41907 41908 41909 |
# File 'lib/v20210820/models.rb', line 41907 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
41914 41915 41916 41917 |
# File 'lib/v20210820/models.rb', line 41914 def deserialize(params) @Data = params['Data'] @RequestId = params['RequestId'] end |