Class: TencentCloud::Wedata::V20210820::UpdateWorkflowOwnerResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::UpdateWorkflowOwnerResponse
- Defined in:
- lib/v20210820/models.rb
Overview
UpdateWorkflowOwner返回参数结构体
Instance Attribute Summary collapse
-
#Data ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(data = nil, requestid = nil) ⇒ UpdateWorkflowOwnerResponse
constructor
A new instance of UpdateWorkflowOwnerResponse.
Constructor Details
#initialize(data = nil, requestid = nil) ⇒ UpdateWorkflowOwnerResponse
Returns a new instance of UpdateWorkflowOwnerResponse.
40339 40340 40341 40342 |
# File 'lib/v20210820/models.rb', line 40339 def initialize(data=nil, requestid=nil) @Data = data @RequestId = requestid end |
Instance Attribute Details
#Data ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
40337 40338 40339 |
# File 'lib/v20210820/models.rb', line 40337 def Data @Data end |
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
40337 40338 40339 |
# File 'lib/v20210820/models.rb', line 40337 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
40344 40345 40346 40347 40348 40349 40350 |
# File 'lib/v20210820/models.rb', line 40344 def deserialize(params) unless params['Data'].nil? @Data = BatchOperationOpsDto.new @Data.deserialize(params['Data']) end @RequestId = params['RequestId'] end |