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