Class: TencentCloud::Tcb::V20180608::CloudBaseCodeRepoName
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tcb::V20180608::CloudBaseCodeRepoName
- Defined in:
- lib/v20180608/models.rb
Overview
代码仓库 repo的名字
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, fullname = nil) ⇒ CloudBaseCodeRepoName
constructor
A new instance of CloudBaseCodeRepoName.
Constructor Details
#initialize(name = nil, fullname = nil) ⇒ CloudBaseCodeRepoName
Returns a new instance of CloudBaseCodeRepoName.
350 351 352 353 |
# File 'lib/v20180608/models.rb', line 350 def initialize(name=nil, fullname=nil) @Name = name @FullName = fullname end |
Instance Attribute Details
#FullName ⇒ Object
348 349 350 |
# File 'lib/v20180608/models.rb', line 348 def FullName @FullName end |
#Name ⇒ Object
348 349 350 |
# File 'lib/v20180608/models.rb', line 348 def Name @Name end |
Instance Method Details
#deserialize(params) ⇒ Object
355 356 357 358 |
# File 'lib/v20180608/models.rb', line 355 def deserialize(params) @Name = params['Name'] @FullName = params['FullName'] end |