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.
467 468 469 470 |
# File 'lib/v20180608/models.rb', line 467 def initialize(name=nil, fullname=nil) @Name = name @FullName = fullname end |
Instance Attribute Details
#FullName ⇒ Object
465 466 467 |
# File 'lib/v20180608/models.rb', line 465 def FullName @FullName end |
#Name ⇒ Object
465 466 467 |
# File 'lib/v20180608/models.rb', line 465 def Name @Name end |
Instance Method Details
#deserialize(params) ⇒ Object
472 473 474 475 |
# File 'lib/v20180608/models.rb', line 472 def deserialize(params) @Name = params['Name'] @FullName = params['FullName'] end |