Class: TencentCloud::Tcr::V20190924::NamespaceInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tcr::V20190924::NamespaceInfo
- Defined in:
- lib/v20190924/models.rb
Overview
命名空间信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(namespace = nil, creationtime = nil, repocount = nil) ⇒ NamespaceInfo
constructor
A new instance of NamespaceInfo.
Constructor Details
#initialize(namespace = nil, creationtime = nil, repocount = nil) ⇒ NamespaceInfo
Returns a new instance of NamespaceInfo.
5896 5897 5898 5899 5900 |
# File 'lib/v20190924/models.rb', line 5896 def initialize(namespace=nil, creationtime=nil, repocount=nil) @Namespace = namespace @CreationTime = creationtime @RepoCount = repocount end |
Instance Attribute Details
#CreationTime ⇒ Object
5894 5895 5896 |
# File 'lib/v20190924/models.rb', line 5894 def CreationTime @CreationTime end |
#Namespace ⇒ Object
5894 5895 5896 |
# File 'lib/v20190924/models.rb', line 5894 def Namespace @Namespace end |
#RepoCount ⇒ Object
5894 5895 5896 |
# File 'lib/v20190924/models.rb', line 5894 def RepoCount @RepoCount end |
Instance Method Details
#deserialize(params) ⇒ Object
5902 5903 5904 5905 5906 |
# File 'lib/v20190924/models.rb', line 5902 def deserialize(params) @Namespace = params['Namespace'] @CreationTime = params['CreationTime'] @RepoCount = params['RepoCount'] end |