Class: TencentCloud::Wedata::V20210820::DeleteProjectParamDsRequest

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20210820/models.rb

Overview

DeleteProjectParamDs请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#ParamKeyObject

Parameters:

  • ParamKey:

    参数名

  • ProjectId:

    项目id



7477
7478
7479
# File 'lib/v20210820/models.rb', line 7477

def ParamKey
  @ParamKey
end

#ProjectIdObject

Parameters:

  • ParamKey:

    参数名

  • ProjectId:

    项目id



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