Class: TencentCloud::Cme::V20191029::CopyProjectResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cme::V20191029::CopyProjectResponse
- Defined in:
- lib/v20191029/models.rb
Overview
CopyProject返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(projectid = nil, requestid = nil) ⇒ CopyProjectResponse
constructor
A new instance of CopyProjectResponse.
Constructor Details
#initialize(projectid = nil, requestid = nil) ⇒ CopyProjectResponse
Returns a new instance of CopyProjectResponse.
478 479 480 481 |
# File 'lib/v20191029/models.rb', line 478 def initialize(projectid=nil, requestid=nil) @ProjectId = projectid @RequestId = requestid end |
Instance Attribute Details
#ProjectId ⇒ Object
476 477 478 |
# File 'lib/v20191029/models.rb', line 476 def ProjectId @ProjectId end |
#RequestId ⇒ Object
476 477 478 |
# File 'lib/v20191029/models.rb', line 476 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
483 484 485 486 |
# File 'lib/v20191029/models.rb', line 483 def deserialize(params) @ProjectId = params['ProjectId'] @RequestId = params['RequestId'] end |