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.



5057
5058
5059
5060
# File 'lib/v20210820/models.rb', line 5057

def initialize(paramkey=nil, projectid=nil)
  @ParamKey = paramkey
  @ProjectId = projectid
end

Instance Attribute Details

#ParamKeyObject

Parameters:

  • ParamKey:

    参数名

  • ProjectId:

    项目id



5055
5056
5057
# File 'lib/v20210820/models.rb', line 5055

def ParamKey
  @ParamKey
end

#ProjectIdObject

Parameters:

  • ParamKey:

    参数名

  • ProjectId:

    项目id



5055
5056
5057
# File 'lib/v20210820/models.rb', line 5055

def ProjectId
  @ProjectId
end

Instance Method Details

#deserialize(params) ⇒ Object



5062
5063
5064
5065
# File 'lib/v20210820/models.rb', line 5062

def deserialize(params)
  @ParamKey = params['ParamKey']
  @ProjectId = params['ProjectId']
end