Class: TencentCloud::Wedata::V20210820::DeleteWorkflowByIdResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::DeleteWorkflowByIdResponse
- Defined in:
- lib/v20210820/models.rb
Overview
DeleteWorkflowById返回参数结构体
Instance Attribute Summary collapse
-
#Data ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(data = nil, requestid = nil) ⇒ DeleteWorkflowByIdResponse
constructor
A new instance of DeleteWorkflowByIdResponse.
Constructor Details
#initialize(data = nil, requestid = nil) ⇒ DeleteWorkflowByIdResponse
Returns a new instance of DeleteWorkflowByIdResponse.
8024 8025 8026 8027 |
# File 'lib/v20210820/models.rb', line 8024 def initialize(data=nil, requestid=nil) @Data = data @RequestId = requestid end |
Instance Attribute Details
#Data ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8022 8023 8024 |
# File 'lib/v20210820/models.rb', line 8022 def Data @Data end |
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
8022 8023 8024 |
# File 'lib/v20210820/models.rb', line 8022 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
8029 8030 8031 8032 8033 8034 8035 |
# File 'lib/v20210820/models.rb', line 8029 def deserialize(params) unless params['Data'].nil? @Data = OperationOpsDto.new @Data.deserialize(params['Data']) end @RequestId = params['RequestId'] end |