class TencentCloud::Tke::V20180525::GetClusterLevelPriceResponse

GetClusterLevelPrice返回参数结构体

def deserialize(params)

def deserialize(params)
  @Cost = params['Cost']
  @TotalCost = params['TotalCost']
  @RequestId = params['RequestId']
end

def initialize(cost=nil, totalcost=nil, requestid=nil)

def initialize(cost=nil, totalcost=nil, requestid=nil)
  @Cost = cost
  @TotalCost = totalcost
  @RequestId = requestid
end