Class: TencentCloud::Tke::V20180525::GetTkeAppChartListRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::GetTkeAppChartListRequest
- Defined in:
- lib/v20180525/models.rb
Overview
GetTkeAppChartList请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(kind = nil, arch = nil, clustertype = nil) ⇒ GetTkeAppChartListRequest
constructor
A new instance of GetTkeAppChartListRequest.
Constructor Details
#initialize(kind = nil, arch = nil, clustertype = nil) ⇒ GetTkeAppChartListRequest
Returns a new instance of GetTkeAppChartListRequest.
12293 12294 12295 12296 12297 |
# File 'lib/v20180525/models.rb', line 12293 def initialize(kind=nil, arch=nil, clustertype=nil) @Kind = kind @Arch = arch @ClusterType = clustertype end |
Instance Attribute Details
#Arch ⇒ Object
12291 12292 12293 |
# File 'lib/v20180525/models.rb', line 12291 def Arch @Arch end |
#ClusterType ⇒ Object
12291 12292 12293 |
# File 'lib/v20180525/models.rb', line 12291 def ClusterType @ClusterType end |
#Kind ⇒ Object
12291 12292 12293 |
# File 'lib/v20180525/models.rb', line 12291 def Kind @Kind end |
Instance Method Details
#deserialize(params) ⇒ Object
12299 12300 12301 12302 12303 |
# File 'lib/v20180525/models.rb', line 12299 def deserialize(params) @Kind = params['Kind'] @Arch = params['Arch'] @ClusterType = params['ClusterType'] end |