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.
41958 41959 41960 41961 |
# File 'lib/v20210820/models.rb', line 41958 def initialize(data=nil, requestid=nil) @Data = data @RequestId = requestid end |
Instance Attribute Details
#Data ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
41956 41957 41958 |
# File 'lib/v20210820/models.rb', line 41956 def Data @Data end |
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
41956 41957 41958 |
# File 'lib/v20210820/models.rb', line 41956 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
41963 41964 41965 41966 41967 41968 41969 |
# File 'lib/v20210820/models.rb', line 41963 def deserialize(params) unless params['Data'].nil? @Data = BatchOperationOpsDto.new @Data.deserialize(params['Data']) end @RequestId = params['RequestId'] end |