Class: TencentCloud::Tke::V20180525::AppChart

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20180525/models.rb

Overview

app所支持的chart

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#LabelObject

注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Name:

    chart名称

  • Label:

    chart的标签

  • LatestVersion:

    chart的版本



352
353
354
# File 'lib/v20180525/models.rb', line 352

def Label
  @Label
end

#LatestVersionObject

注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Name:

    chart名称

  • Label:

    chart的标签

  • LatestVersion:

    chart的版本



352
353
354
# File 'lib/v20180525/models.rb', line 352

def LatestVersion
  @LatestVersion
end

#NameObject

注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • Name:

    chart名称

  • Label:

    chart的标签

  • LatestVersion:

    chart的版本



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