Class: TencentCloud::Wedata::V20210820::ModifyWorkflowInfoResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::ModifyWorkflowInfoResponse
- Defined in:
- lib/v20210820/models.rb
Overview
ModifyWorkflowInfo返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(data = nil, requestid = nil) ⇒ ModifyWorkflowInfoResponse
constructor
A new instance of ModifyWorkflowInfoResponse.
Constructor Details
#initialize(data = nil, requestid = nil) ⇒ ModifyWorkflowInfoResponse
Returns a new instance of ModifyWorkflowInfoResponse.
28522 28523 28524 28525 |
# File 'lib/v20210820/models.rb', line 28522 def initialize(data=nil, requestid=nil) @Data = data @RequestId = requestid end |
Instance Attribute Details
#Data ⇒ Object
28520 28521 28522 |
# File 'lib/v20210820/models.rb', line 28520 def Data @Data end |
#RequestId ⇒ Object
28520 28521 28522 |
# File 'lib/v20210820/models.rb', line 28520 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
28527 28528 28529 28530 |
# File 'lib/v20210820/models.rb', line 28527 def deserialize(params) @Data = params['Data'] @RequestId = params['RequestId'] end |