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.
13347 13348 13349 13350 13351 13352 |
# File 'lib/v20180525/models.rb', line 13347 def initialize(cost=nil, totalcost=nil, policy=nil, requestid=nil) @Cost = cost @TotalCost = totalcost @Policy = policy @RequestId = requestid end |
Instance Attribute Details
#Cost ⇒ Object
13345 13346 13347 |
# File 'lib/v20180525/models.rb', line 13345 def Cost @Cost end |
#Policy ⇒ Object
13345 13346 13347 |
# File 'lib/v20180525/models.rb', line 13345 def Policy @Policy end |
#RequestId ⇒ Object
13345 13346 13347 |
# File 'lib/v20180525/models.rb', line 13345 def RequestId @RequestId end |
#TotalCost ⇒ Object
13345 13346 13347 |
# File 'lib/v20180525/models.rb', line 13345 def TotalCost @TotalCost end |
Instance Method Details
#deserialize(params) ⇒ Object
13354 13355 13356 13357 13358 13359 |
# File 'lib/v20180525/models.rb', line 13354 def deserialize(params) @Cost = params['Cost'] @TotalCost = params['TotalCost'] @Policy = params['Policy'] @RequestId = params['RequestId'] end |