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.



18855
18856
18857
18858
# File 'lib/v20210820/models.rb', line 18855

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

Instance Attribute Details

#ModuleKeyObject

Parameters:

  • ProjectId:

    项目id

  • ModuleKey:

    模块名称



18853
18854
18855
# File 'lib/v20210820/models.rb', line 18853

def ModuleKey
  @ModuleKey
end

#ProjectIdObject

Parameters:

  • ProjectId:

    项目id

  • ModuleKey:

    模块名称



18853
18854
18855
# File 'lib/v20210820/models.rb', line 18853

def ProjectId
  @ProjectId
end

Instance Method Details

#deserialize(params) ⇒ Object



18860
18861
18862
18863
# File 'lib/v20210820/models.rb', line 18860

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