Class: TencentCloud::Tke::V20180525::Release
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::Release
- Defined in:
- lib/v20180525/models.rb
Overview
应用市场部署的应用结构
Instance Attribute Summary collapse
- #AppVersion ⇒ Object
- #ChartName ⇒ Object
- #ChartVersion ⇒ 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, chartname = nil, chartversion = nil, appversion = nil, updatedtime = nil, description = nil) ⇒ Release
constructor
A new instance of Release.
Constructor Details
#initialize(name = nil, namespace = nil, revision = nil, status = nil, chartname = nil, chartversion = nil, appversion = nil, updatedtime = nil, description = nil) ⇒ Release
Returns a new instance of Release.
17167 17168 17169 17170 17171 17172 17173 17174 17175 17176 17177 |
# File 'lib/v20180525/models.rb', line 17167 def initialize(name=nil, namespace=nil, revision=nil, status=nil, chartname=nil, chartversion=nil, appversion=nil, updatedtime=nil, description=nil) @Name = name @Namespace = namespace @Revision = revision @Status = status @ChartName = chartname @ChartVersion = chartversion @AppVersion = appversion @UpdatedTime = updatedtime @Description = description end |
Instance Attribute Details
#AppVersion ⇒ Object
17165 17166 17167 |
# File 'lib/v20180525/models.rb', line 17165 def AppVersion @AppVersion end |
#ChartName ⇒ Object
17165 17166 17167 |
# File 'lib/v20180525/models.rb', line 17165 def ChartName @ChartName end |
#ChartVersion ⇒ Object
17165 17166 17167 |
# File 'lib/v20180525/models.rb', line 17165 def ChartVersion @ChartVersion end |
#Description ⇒ Object
17165 17166 17167 |
# File 'lib/v20180525/models.rb', line 17165 def Description @Description end |
#Name ⇒ Object
17165 17166 17167 |
# File 'lib/v20180525/models.rb', line 17165 def Name @Name end |
#Namespace ⇒ Object
17165 17166 17167 |
# File 'lib/v20180525/models.rb', line 17165 def Namespace @Namespace end |
#Revision ⇒ Object
17165 17166 17167 |
# File 'lib/v20180525/models.rb', line 17165 def Revision @Revision end |
#Status ⇒ Object
17165 17166 17167 |
# File 'lib/v20180525/models.rb', line 17165 def Status @Status end |
#UpdatedTime ⇒ Object
17165 17166 17167 |
# File 'lib/v20180525/models.rb', line 17165 def UpdatedTime @UpdatedTime end |
Instance Method Details
#deserialize(params) ⇒ Object
17179 17180 17181 17182 17183 17184 17185 17186 17187 17188 17189 |
# File 'lib/v20180525/models.rb', line 17179 def deserialize(params) @Name = params['Name'] @Namespace = params['Namespace'] @Revision = params['Revision'] @Status = params['Status'] @ChartName = params['ChartName'] @ChartVersion = params['ChartVersion'] @AppVersion = params['AppVersion'] @UpdatedTime = params['UpdatedTime'] @Description = params['Description'] end |