Class: TencentCloud::Wedata::V20210820::RenewWorkflowOwnerDsResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::RenewWorkflowOwnerDsResponse
- Defined in:
- lib/v20210820/models.rb
Overview
RenewWorkflowOwnerDs返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(data = nil, requestid = nil) ⇒ RenewWorkflowOwnerDsResponse
constructor
A new instance of RenewWorkflowOwnerDsResponse.
Constructor Details
#initialize(data = nil, requestid = nil) ⇒ RenewWorkflowOwnerDsResponse
Returns a new instance of RenewWorkflowOwnerDsResponse.
29952 29953 29954 29955 |
# File 'lib/v20210820/models.rb', line 29952 def initialize(data=nil, requestid=nil) @Data = data @RequestId = requestid end |
Instance Attribute Details
#Data ⇒ Object
29950 29951 29952 |
# File 'lib/v20210820/models.rb', line 29950 def Data @Data end |
#RequestId ⇒ Object
29950 29951 29952 |
# File 'lib/v20210820/models.rb', line 29950 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
29957 29958 29959 29960 29961 29962 29963 |
# File 'lib/v20210820/models.rb', line 29957 def deserialize(params) unless params['Data'].nil? @Data = BatchResultDs.new @Data.deserialize(params['Data']) end @RequestId = params['RequestId'] end |