Class: TencentCloud::Tione::V20191022::CreateCodeRepositoryResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tione::V20191022::CreateCodeRepositoryResponse
- Defined in:
- lib/v20191022/models.rb
Overview
CreateCodeRepository返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(coderepositoryname = nil, requestid = nil) ⇒ CreateCodeRepositoryResponse
constructor
A new instance of CreateCodeRepositoryResponse.
Constructor Details
#initialize(coderepositoryname = nil, requestid = nil) ⇒ CreateCodeRepositoryResponse
Returns a new instance of CreateCodeRepositoryResponse.
205 206 207 208 |
# File 'lib/v20191022/models.rb', line 205 def initialize(coderepositoryname=nil, requestid=nil) @CodeRepositoryName = coderepositoryname @RequestId = requestid end |
Instance Attribute Details
#CodeRepositoryName ⇒ Object
203 204 205 |
# File 'lib/v20191022/models.rb', line 203 def CodeRepositoryName @CodeRepositoryName end |
#RequestId ⇒ Object
203 204 205 |
# File 'lib/v20191022/models.rb', line 203 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
210 211 212 213 |
# File 'lib/v20191022/models.rb', line 210 def deserialize(params) @CodeRepositoryName = params['CodeRepositoryName'] @RequestId = params['RequestId'] end |