Class: TencentCloud::Wedata::V20250806::DeleteCodeFileRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20250806::DeleteCodeFileRequest
- Defined in:
- lib/v20250806/models.rb
Overview
DeleteCodeFile请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(projectid = nil, codefileid = nil) ⇒ DeleteCodeFileRequest
constructor
A new instance of DeleteCodeFileRequest.
Constructor Details
#initialize(projectid = nil, codefileid = nil) ⇒ DeleteCodeFileRequest
Returns a new instance of DeleteCodeFileRequest.
1844 1845 1846 1847 |
# File 'lib/v20250806/models.rb', line 1844 def initialize(projectid=nil, codefileid=nil) @ProjectId = projectid @CodeFileId = codefileid end |
Instance Attribute Details
#CodeFileId ⇒ Object
1842 1843 1844 |
# File 'lib/v20250806/models.rb', line 1842 def CodeFileId @CodeFileId end |
#ProjectId ⇒ Object
1842 1843 1844 |
# File 'lib/v20250806/models.rb', line 1842 def ProjectId @ProjectId end |
Instance Method Details
#deserialize(params) ⇒ Object
1849 1850 1851 1852 |
# File 'lib/v20250806/models.rb', line 1849 def deserialize(params) @ProjectId = params['ProjectId'] @CodeFileId = params['CodeFileId'] end |