Class: TencentCloud::Tke::V20180525::ReleaseHistory
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::ReleaseHistory
- Defined in:
- lib/v20180525/models.rb
Overview
应用市场中部署的应用版本历史
Instance Attribute Summary collapse
- #AppVersion ⇒ Object
- #Chart ⇒ Object
- #Description ⇒ Object
- #Name ⇒ Object
- #Namespace ⇒ Object
- #Revision ⇒ Object
- #Status ⇒ Object
- #UpdatedTime ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, namespace = nil, revision = nil, status = nil, chart = nil, appversion = nil, updatedtime = nil, description = nil) ⇒ ReleaseHistory
constructor
A new instance of ReleaseHistory.
Constructor Details
#initialize(name = nil, namespace = nil, revision = nil, status = nil, chart = nil, appversion = nil, updatedtime = nil, description = nil) ⇒ ReleaseHistory
Returns a new instance of ReleaseHistory.
17297 17298 17299 17300 17301 17302 17303 17304 17305 17306 |
# File 'lib/v20180525/models.rb', line 17297 def initialize(name=nil, namespace=nil, revision=nil, status=nil, chart=nil, appversion=nil, updatedtime=nil, description=nil) @Name = name @Namespace = namespace @Revision = revision @Status = status @Chart = chart @AppVersion = appversion @UpdatedTime = updatedtime @Description = description end |
Instance Attribute Details
#AppVersion ⇒ Object
17295 17296 17297 |
# File 'lib/v20180525/models.rb', line 17295 def AppVersion @AppVersion end |
#Chart ⇒ Object
17295 17296 17297 |
# File 'lib/v20180525/models.rb', line 17295 def Chart @Chart end |
#Description ⇒ Object
17295 17296 17297 |
# File 'lib/v20180525/models.rb', line 17295 def Description @Description end |
#Name ⇒ Object
17295 17296 17297 |
# File 'lib/v20180525/models.rb', line 17295 def Name @Name end |
#Namespace ⇒ Object
17295 17296 17297 |
# File 'lib/v20180525/models.rb', line 17295 def Namespace @Namespace end |
#Revision ⇒ Object
17295 17296 17297 |
# File 'lib/v20180525/models.rb', line 17295 def Revision @Revision end |
#Status ⇒ Object
17295 17296 17297 |
# File 'lib/v20180525/models.rb', line 17295 def Status @Status end |
#UpdatedTime ⇒ Object
17295 17296 17297 |
# File 'lib/v20180525/models.rb', line 17295 def UpdatedTime @UpdatedTime end |
Instance Method Details
#deserialize(params) ⇒ Object
17308 17309 17310 17311 17312 17313 17314 17315 17316 17317 |
# File 'lib/v20180525/models.rb', line 17308 def deserialize(params) @Name = params['Name'] @Namespace = params['Namespace'] @Revision = params['Revision'] @Status = params['Status'] @Chart = params['Chart'] @AppVersion = params['AppVersion'] @UpdatedTime = params['UpdatedTime'] @Description = params['Description'] end |