Class: TencentCloud::Wedata::V20210820::EnableProjectRequest

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

Overview

EnableProject请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(projectid = nil, modulekey = nil) ⇒ EnableProjectRequest

Returns a new instance of EnableProjectRequest.



19426
19427
19428
19429
# File 'lib/v20210820/models.rb', line 19426

def initialize(projectid=nil, modulekey=nil)
  @ProjectId = projectid
  @ModuleKey = modulekey
end

Instance Attribute Details

#ModuleKeyObject

Parameters:

  • ProjectId:

    项目id

  • ModuleKey:

    模块名称



19424
19425
19426
# File 'lib/v20210820/models.rb', line 19424

def ModuleKey
  @ModuleKey
end

#ProjectIdObject

Parameters:

  • ProjectId:

    项目id

  • ModuleKey:

    模块名称



19424
19425
19426
# File 'lib/v20210820/models.rb', line 19424

def ProjectId
  @ProjectId
end

Instance Method Details

#deserialize(params) ⇒ Object



19431
19432
19433
19434
# File 'lib/v20210820/models.rb', line 19431

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