Class: TencentCloud::Wedata::V20250806::GetCodeFileResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20250806::GetCodeFileResponse
- Defined in:
- lib/v20250806/models.rb
Overview
GetCodeFile返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(data = nil, requestid = nil) ⇒ GetCodeFileResponse
constructor
A new instance of GetCodeFileResponse.
Constructor Details
#initialize(data = nil, requestid = nil) ⇒ GetCodeFileResponse
Returns a new instance of GetCodeFileResponse.
2744 2745 2746 2747 |
# File 'lib/v20250806/models.rb', line 2744 def initialize(data=nil, requestid=nil) @Data = data @RequestId = requestid end |
Instance Attribute Details
#Data ⇒ Object
2742 2743 2744 |
# File 'lib/v20250806/models.rb', line 2742 def Data @Data end |
#RequestId ⇒ Object
2742 2743 2744 |
# File 'lib/v20250806/models.rb', line 2742 def RequestId @RequestId end |