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.



7914
7915
7916
7917
# File 'lib/v20210820/models.rb', line 7914

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

Instance Attribute Details

#ParamKeyObject

Parameters:

  • ParamKey:

    参数名

  • ProjectId:

    项目id



7912
7913
7914
# File 'lib/v20210820/models.rb', line 7912

def ParamKey
  @ParamKey
end

#ProjectIdObject

Parameters:

  • ParamKey:

    参数名

  • ProjectId:

    项目id



7912
7913
7914
# File 'lib/v20210820/models.rb', line 7912

def ProjectId
  @ProjectId
end

Instance Method Details

#deserialize(params) ⇒ Object



7919
7920
7921
7922
# File 'lib/v20210820/models.rb', line 7919

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