class TencentCloud::Tke::V20180525::PodDeductionRate
可被预留券抵扣的 Pod 某种规格的抵扣率
def deserialize(params)
def deserialize(params) @Cpu = params['Cpu'] @Memory = params['Memory'] @Type = params['Type'] @GpuNum = params['GpuNum'] @TotalNum = params['TotalNum'] @DeductionNum = params['DeductionNum'] end
def initialize(cpu=nil, memory=nil, type=nil, gpunum=nil, totalnum=nil, deductionnum=nil)
def initialize(cpu=nil, memory=nil, type=nil, gpunum=nil, totalnum=nil, deductionnum=nil) @Cpu = cpu @Memory = memory @Type = type @GpuNum = gpunum @TotalNum = totalnum @DeductionNum = deductionnum end