Class: TencentCloud::Tcr::V20190924::RepositoryInfoResp
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tcr::V20190924::RepositoryInfoResp
- Defined in:
- lib/v20190924/models.rb
Overview
查询共享版仓库信息返回
Instance Attribute Summary collapse
- #CreationTime ⇒ Object
- #Description ⇒ Object
- #FavorCount ⇒ Object
- #IsQcloudOfficial ⇒ Object
- #IsUserFavor ⇒ Object
- #Public ⇒ Object
- #PullCount ⇒ Object
- #RepoName ⇒ Object
- #RepoType ⇒ Object
- #Server ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(reponame = nil, repotype = nil, server = nil, creationtime = nil, description = nil, public = nil, pullcount = nil, favorcount = nil, isuserfavor = nil, isqcloudofficial = nil) ⇒ RepositoryInfoResp
constructor
A new instance of RepositoryInfoResp.
Constructor Details
#initialize(reponame = nil, repotype = nil, server = nil, creationtime = nil, description = nil, public = nil, pullcount = nil, favorcount = nil, isuserfavor = nil, isqcloudofficial = nil) ⇒ RepositoryInfoResp
Returns a new instance of RepositoryInfoResp.
6606 6607 6608 6609 6610 6611 6612 6613 6614 6615 6616 6617 |
# File 'lib/v20190924/models.rb', line 6606 def initialize(reponame=nil, repotype=nil, server=nil, creationtime=nil, description=nil, public=nil, pullcount=nil, favorcount=nil, isuserfavor=nil, isqcloudofficial=nil) @RepoName = reponame @RepoType = repotype @Server = server @CreationTime = creationtime @Description = description @Public = public @PullCount = pullcount @FavorCount = favorcount @IsUserFavor = isuserfavor @IsQcloudOfficial = isqcloudofficial end |
Instance Attribute Details
#CreationTime ⇒ Object
6604 6605 6606 |
# File 'lib/v20190924/models.rb', line 6604 def CreationTime @CreationTime end |
#Description ⇒ Object
6604 6605 6606 |
# File 'lib/v20190924/models.rb', line 6604 def Description @Description end |
#FavorCount ⇒ Object
6604 6605 6606 |
# File 'lib/v20190924/models.rb', line 6604 def FavorCount @FavorCount end |
#IsQcloudOfficial ⇒ Object
6604 6605 6606 |
# File 'lib/v20190924/models.rb', line 6604 def IsQcloudOfficial @IsQcloudOfficial end |
#IsUserFavor ⇒ Object
6604 6605 6606 |
# File 'lib/v20190924/models.rb', line 6604 def IsUserFavor @IsUserFavor end |
#Public ⇒ Object
6604 6605 6606 |
# File 'lib/v20190924/models.rb', line 6604 def Public @Public end |
#PullCount ⇒ Object
6604 6605 6606 |
# File 'lib/v20190924/models.rb', line 6604 def PullCount @PullCount end |
#RepoName ⇒ Object
6604 6605 6606 |
# File 'lib/v20190924/models.rb', line 6604 def RepoName @RepoName end |
#RepoType ⇒ Object
6604 6605 6606 |
# File 'lib/v20190924/models.rb', line 6604 def RepoType @RepoType end |
#Server ⇒ Object
6604 6605 6606 |
# File 'lib/v20190924/models.rb', line 6604 def Server @Server end |
Instance Method Details
#deserialize(params) ⇒ Object
6619 6620 6621 6622 6623 6624 6625 6626 6627 6628 6629 6630 |
# File 'lib/v20190924/models.rb', line 6619 def deserialize(params) @RepoName = params['RepoName'] @RepoType = params['RepoType'] @Server = params['Server'] @CreationTime = params['CreationTime'] @Description = params['Description'] @Public = params['Public'] @PullCount = params['PullCount'] @FavorCount = params['FavorCount'] @IsUserFavor = params['IsUserFavor'] @IsQcloudOfficial = params['IsQcloudOfficial'] end |