Class: TencentCloud::Tcr::V20190924::Favors
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tcr::V20190924::Favors
- Defined in:
- lib/v20190924/models.rb
Overview
仓库收藏
Instance Attribute Summary collapse
- #FavorCount ⇒ Object
- #IsQcloudOfficial ⇒ Object
- #Logo ⇒ Object
- #Public ⇒ Object
- #PullCount ⇒ Object
- #Region ⇒ Object
- #RegionId ⇒ Object
- #RepoName ⇒ Object
- #RepoType ⇒ Object
- #TagCount ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(reponame = nil, repotype = nil, pullcount = nil, favorcount = nil, public = nil, isqcloudofficial = nil, tagcount = nil, logo = nil, region = nil, regionid = nil) ⇒ Favors
constructor
A new instance of Favors.
Constructor Details
#initialize(reponame = nil, repotype = nil, pullcount = nil, favorcount = nil, public = nil, isqcloudofficial = nil, tagcount = nil, logo = nil, region = nil, regionid = nil) ⇒ Favors
Returns a new instance of Favors.
4740 4741 4742 4743 4744 4745 4746 4747 4748 4749 4750 4751 |
# File 'lib/v20190924/models.rb', line 4740 def initialize(reponame=nil, repotype=nil, pullcount=nil, favorcount=nil, public=nil, isqcloudofficial=nil, tagcount=nil, logo=nil, region=nil, regionid=nil) @RepoName = reponame @RepoType = repotype @PullCount = pullcount @FavorCount = favorcount @Public = public @IsQcloudOfficial = isqcloudofficial @TagCount = tagcount @Logo = logo @Region = region @RegionId = regionid end |
Instance Attribute Details
#FavorCount ⇒ Object
4738 4739 4740 |
# File 'lib/v20190924/models.rb', line 4738 def FavorCount @FavorCount end |
#IsQcloudOfficial ⇒ Object
4738 4739 4740 |
# File 'lib/v20190924/models.rb', line 4738 def IsQcloudOfficial @IsQcloudOfficial end |
#Logo ⇒ Object
4738 4739 4740 |
# File 'lib/v20190924/models.rb', line 4738 def Logo @Logo end |
#Public ⇒ Object
4738 4739 4740 |
# File 'lib/v20190924/models.rb', line 4738 def Public @Public end |
#PullCount ⇒ Object
4738 4739 4740 |
# File 'lib/v20190924/models.rb', line 4738 def PullCount @PullCount end |
#Region ⇒ Object
4738 4739 4740 |
# File 'lib/v20190924/models.rb', line 4738 def Region @Region end |
#RegionId ⇒ Object
4738 4739 4740 |
# File 'lib/v20190924/models.rb', line 4738 def RegionId @RegionId end |
#RepoName ⇒ Object
4738 4739 4740 |
# File 'lib/v20190924/models.rb', line 4738 def RepoName @RepoName end |
#RepoType ⇒ Object
4738 4739 4740 |
# File 'lib/v20190924/models.rb', line 4738 def RepoType @RepoType end |
#TagCount ⇒ Object
4738 4739 4740 |
# File 'lib/v20190924/models.rb', line 4738 def TagCount @TagCount end |
Instance Method Details
#deserialize(params) ⇒ Object
4753 4754 4755 4756 4757 4758 4759 4760 4761 4762 4763 4764 |
# File 'lib/v20190924/models.rb', line 4753 def deserialize(params) @RepoName = params['RepoName'] @RepoType = params['RepoType'] @PullCount = params['PullCount'] @FavorCount = params['FavorCount'] @Public = params['Public'] @IsQcloudOfficial = params['IsQcloudOfficial'] @TagCount = params['TagCount'] @Logo = params['Logo'] @Region = params['Region'] @RegionId = params['RegionId'] end |