Class: TencentCloud::Wedata::V20210820::DeleteProjectParamDsRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::DeleteProjectParamDsRequest
- Defined in:
- lib/v20210820/models.rb
Overview
DeleteProjectParamDs请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(paramkey = nil, projectid = nil) ⇒ DeleteProjectParamDsRequest
constructor
A new instance of DeleteProjectParamDsRequest.
Constructor Details
#initialize(paramkey = nil, projectid = nil) ⇒ DeleteProjectParamDsRequest
Returns a new instance of DeleteProjectParamDsRequest.
7479 7480 7481 7482 |
# File 'lib/v20210820/models.rb', line 7479 def initialize(paramkey=nil, projectid=nil) @ParamKey = paramkey @ProjectId = projectid end |
Instance Attribute Details
#ParamKey ⇒ Object
7477 7478 7479 |
# File 'lib/v20210820/models.rb', line 7477 def ParamKey @ParamKey end |
#ProjectId ⇒ Object
7477 7478 7479 |
# File 'lib/v20210820/models.rb', line 7477 def ProjectId @ProjectId end |
Instance Method Details
#deserialize(params) ⇒ Object
7484 7485 7486 7487 |
# File 'lib/v20210820/models.rb', line 7484 def deserialize(params) @ParamKey = params['ParamKey'] @ProjectId = params['ProjectId'] end |