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.
31310 31311 31312 31313 |
# File 'lib/v20210820/models.rb', line 31310 def initialize(data=nil, requestid=nil) @Data = data @RequestId = requestid end |
Instance Attribute Details
#Data ⇒ Object
31308 31309 31310 |
# File 'lib/v20210820/models.rb', line 31308 def Data @Data end |
#RequestId ⇒ Object
31308 31309 31310 |
# File 'lib/v20210820/models.rb', line 31308 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
31315 31316 31317 31318 31319 31320 31321 |
# File 'lib/v20210820/models.rb', line 31315 def deserialize(params) unless params['Data'].nil? @Data = BatchResultDs.new @Data.deserialize(params['Data']) end @RequestId = params['RequestId'] end |