Class: TencentCloud::Wedata::V20210820::DisableProjectRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::DisableProjectRequest
- Defined in:
- lib/v20210820/models.rb
Overview
DisableProject请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(projectid = nil, modulekey = nil) ⇒ DisableProjectRequest
constructor
A new instance of DisableProjectRequest.
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
#ModuleKey ⇒ Object
18058 18059 18060 |
# File 'lib/v20210820/models.rb', line 18058 def ModuleKey @ModuleKey end |
#ProjectId ⇒ Object
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 |