Class: TencentCloud::Tke::V20180525::AppChart
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::AppChart
- Defined in:
- lib/v20180525/models.rb
Overview
app所支持的chart
Instance Attribute Summary collapse
-
#Label ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#LatestVersion ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
-
#Name ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, label = nil, latestversion = nil) ⇒ AppChart
constructor
A new instance of AppChart.
Constructor Details
#initialize(name = nil, label = nil, latestversion = nil) ⇒ AppChart
Returns a new instance of AppChart.
354 355 356 357 358 |
# File 'lib/v20180525/models.rb', line 354 def initialize(name=nil, label=nil, latestversion=nil) @Name = name @Label = label @LatestVersion = latestversion end |
Instance Attribute Details
#Label ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
352 353 354 |
# File 'lib/v20180525/models.rb', line 352 def Label @Label end |
#LatestVersion ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
352 353 354 |
# File 'lib/v20180525/models.rb', line 352 def LatestVersion @LatestVersion end |
#Name ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。
352 353 354 |
# File 'lib/v20180525/models.rb', line 352 def Name @Name end |
Instance Method Details
#deserialize(params) ⇒ Object
360 361 362 363 364 |
# File 'lib/v20180525/models.rb', line 360 def deserialize(params) @Name = params['Name'] @Label = params['Label'] @LatestVersion = params['LatestVersion'] end |