Class: TencentCloud::Tke::V20180525::GetClusterLevelPriceResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tke::V20180525::GetClusterLevelPriceResponse
- Defined in:
- lib/v20180525/models.rb
Overview
GetClusterLevelPrice返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(cost = nil, totalcost = nil, policy = nil, requestid = nil) ⇒ GetClusterLevelPriceResponse
constructor
A new instance of GetClusterLevelPriceResponse.
Constructor Details
#initialize(cost = nil, totalcost = nil, policy = nil, requestid = nil) ⇒ GetClusterLevelPriceResponse
Returns a new instance of GetClusterLevelPriceResponse.
12223 12224 12225 12226 12227 12228 |
# File 'lib/v20180525/models.rb', line 12223 def initialize(cost=nil, totalcost=nil, policy=nil, requestid=nil) @Cost = cost @TotalCost = totalcost @Policy = policy @RequestId = requestid end |
Instance Attribute Details
#Cost ⇒ Object
12221 12222 12223 |
# File 'lib/v20180525/models.rb', line 12221 def Cost @Cost end |
#Policy ⇒ Object
12221 12222 12223 |
# File 'lib/v20180525/models.rb', line 12221 def Policy @Policy end |
#RequestId ⇒ Object
12221 12222 12223 |
# File 'lib/v20180525/models.rb', line 12221 def RequestId @RequestId end |
#TotalCost ⇒ Object
12221 12222 12223 |
# File 'lib/v20180525/models.rb', line 12221 def TotalCost @TotalCost end |
Instance Method Details
#deserialize(params) ⇒ Object
12230 12231 12232 12233 12234 12235 |
# File 'lib/v20180525/models.rb', line 12230 def deserialize(params) @Cost = params['Cost'] @TotalCost = params['TotalCost'] @Policy = params['Policy'] @RequestId = params['RequestId'] end |