Class: TencentCloud::Wedata::V20250806::ListDataSourcesResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20250806::ListDataSourcesResponse
- Defined in:
- lib/v20250806/models.rb
Overview
ListDataSources返回参数结构体
Instance Attribute Summary collapse
-
#Data ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(data = nil, requestid = nil) ⇒ ListDataSourcesResponse
constructor
A new instance of ListDataSourcesResponse.
Constructor Details
#initialize(data = nil, requestid = nil) ⇒ ListDataSourcesResponse
Returns a new instance of ListDataSourcesResponse.
6656 6657 6658 6659 |
# File 'lib/v20250806/models.rb', line 6656 def initialize(data=nil, requestid=nil) @Data = data @RequestId = requestid end |
Instance Attribute Details
#Data ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
6654 6655 6656 |
# File 'lib/v20250806/models.rb', line 6654 def Data @Data end |
#RequestId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
6654 6655 6656 |
# File 'lib/v20250806/models.rb', line 6654 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
6661 6662 6663 6664 6665 6666 6667 |
# File 'lib/v20250806/models.rb', line 6661 def deserialize(params) unless params['Data'].nil? @Data = DataSourceInfo.new @Data.deserialize(params['Data']) end @RequestId = params['RequestId'] end |