Class: TencentCloud::Tione::V20191022::DeleteCodeRepositoryResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tione::V20191022::DeleteCodeRepositoryResponse
- Defined in:
- lib/v20191022/models.rb
Overview
DeleteCodeRepository返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(coderepositoryname = nil, requestid = nil) ⇒ DeleteCodeRepositoryResponse
constructor
A new instance of DeleteCodeRepositoryResponse.
Constructor Details
#initialize(coderepositoryname = nil, requestid = nil) ⇒ DeleteCodeRepositoryResponse
Returns a new instance of DeleteCodeRepositoryResponse.
568 569 570 571 |
# File 'lib/v20191022/models.rb', line 568 def initialize(coderepositoryname=nil, requestid=nil) @CodeRepositoryName = coderepositoryname @RequestId = requestid end |
Instance Attribute Details
#CodeRepositoryName ⇒ Object
566 567 568 |
# File 'lib/v20191022/models.rb', line 566 def CodeRepositoryName @CodeRepositoryName end |
#RequestId ⇒ Object
566 567 568 |
# File 'lib/v20191022/models.rb', line 566 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
573 574 575 576 |
# File 'lib/v20191022/models.rb', line 573 def deserialize(params) @CodeRepositoryName = params['CodeRepositoryName'] @RequestId = params['RequestId'] end |