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.



5233
5234
5235
5236
# File 'lib/v20210820/models.rb', line 5233

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

Instance Attribute Details

#ParamKeyObject

Parameters:

  • ParamKey:

    参数名

  • ProjectId:

    项目id



5231
5232
5233
# File 'lib/v20210820/models.rb', line 5231

def ParamKey
  @ParamKey
end

#ProjectIdObject

Parameters:

  • ParamKey:

    参数名

  • ProjectId:

    项目id



5231
5232
5233
# File 'lib/v20210820/models.rb', line 5231

def ProjectId
  @ProjectId
end

Instance Method Details

#deserialize(params) ⇒ Object



5238
5239
5240
5241
# File 'lib/v20210820/models.rb', line 5238

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