Class: TencentCloud::Tke::V20180525::GetClusterLevelPriceRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::GetClusterLevelPriceRequest
- Defined in:
- lib/v20180525/models.rb
Overview
GetClusterLevelPrice请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(clusterlevel = nil) ⇒ GetClusterLevelPriceRequest
constructor
A new instance of GetClusterLevelPriceRequest.
Constructor Details
#initialize(clusterlevel = nil) ⇒ GetClusterLevelPriceRequest
Returns a new instance of GetClusterLevelPriceRequest.
12201 12202 12203 |
# File 'lib/v20180525/models.rb', line 12201 def initialize(clusterlevel=nil) @ClusterLevel = clusterlevel end |
Instance Attribute Details
#ClusterLevel ⇒ Object
12199 12200 12201 |
# File 'lib/v20180525/models.rb', line 12199 def ClusterLevel @ClusterLevel end |
Instance Method Details
#deserialize(params) ⇒ Object
12205 12206 12207 |
# File 'lib/v20180525/models.rb', line 12205 def deserialize(params) @ClusterLevel = params['ClusterLevel'] end |