Class: TencentCloud::Tcb::V20180608::CbrRepoInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tcb::V20180608::CbrRepoInfo
- Defined in:
- lib/v20180608/models.rb
Overview
仓库信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(repo = nil, repotype = nil, repolanguage = nil, branch = nil) ⇒ CbrRepoInfo
constructor
A new instance of CbrRepoInfo.
Constructor Details
#initialize(repo = nil, repotype = nil, repolanguage = nil, branch = nil) ⇒ CbrRepoInfo
Returns a new instance of CbrRepoInfo.
349 350 351 352 353 354 |
# File 'lib/v20180608/models.rb', line 349 def initialize(repo=nil, repotype=nil, repolanguage=nil, branch=nil) @Repo = repo @RepoType = repotype @RepoLanguage = repolanguage @Branch = branch end |
Instance Attribute Details
#Branch ⇒ Object
347 348 349 |
# File 'lib/v20180608/models.rb', line 347 def Branch @Branch end |
#Repo ⇒ Object
347 348 349 |
# File 'lib/v20180608/models.rb', line 347 def Repo @Repo end |
#RepoLanguage ⇒ Object
347 348 349 |
# File 'lib/v20180608/models.rb', line 347 def RepoLanguage @RepoLanguage end |
#RepoType ⇒ Object
347 348 349 |
# File 'lib/v20180608/models.rb', line 347 def RepoType @RepoType end |
Instance Method Details
#deserialize(params) ⇒ Object
356 357 358 359 360 361 |
# File 'lib/v20180608/models.rb', line 356 def deserialize(params) @Repo = params['Repo'] @RepoType = params['RepoType'] @RepoLanguage = params['RepoLanguage'] @Branch = params['Branch'] end |