Class: TencentCloud::Wedata::V20210820::BatchCreateTaskVersionAsyncResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::BatchCreateTaskVersionAsyncResponse
- Defined in:
- lib/v20210820/models.rb
Overview
BatchCreateTaskVersionAsync返回参数结构体
Instance Attribute Summary collapse
-
#Data ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(data = nil, requestid = nil) ⇒ BatchCreateTaskVersionAsyncResponse
constructor
A new instance of BatchCreateTaskVersionAsyncResponse.
Constructor Details
#initialize(data = nil, requestid = nil) ⇒ BatchCreateTaskVersionAsyncResponse
Returns a new instance of BatchCreateTaskVersionAsyncResponse.
1562 1563 1564 1565 |
# File 'lib/v20210820/models.rb', line 1562 def initialize(data=nil, requestid=nil) @Data = data @RequestId = requestid end |
Instance Attribute Details
#Data ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
1560 1561 1562 |
# File 'lib/v20210820/models.rb', line 1560 def Data @Data end |
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
1560 1561 1562 |
# File 'lib/v20210820/models.rb', line 1560 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1567 1568 1569 1570 1571 1572 1573 |
# File 'lib/v20210820/models.rb', line 1567 def deserialize(params) unless params['Data'].nil? @Data = BatchTaskOperateNew.new @Data.deserialize(params['Data']) end @RequestId = params['RequestId'] end |