Class: TencentCloud::Wedata::V20210820::DisableProjectRequest

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

Overview

DisableProject请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of DisableProjectRequest.



18060
18061
18062
18063
# File 'lib/v20210820/models.rb', line 18060

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

Instance Attribute Details

#ModuleKeyObject

Parameters:

  • ProjectId:

    项目id

  • ModuleKey:

    模块名称



18058
18059
18060
# File 'lib/v20210820/models.rb', line 18058

def ModuleKey
  @ModuleKey
end

#ProjectIdObject

Parameters:

  • ProjectId:

    项目id

  • ModuleKey:

    模块名称



18058
18059
18060
# File 'lib/v20210820/models.rb', line 18058

def ProjectId
  @ProjectId
end

Instance Method Details

#deserialize(params) ⇒ Object



18065
18066
18067
18068
# File 'lib/v20210820/models.rb', line 18065

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