class TencentCloud::Iotexplorer::V20190423::DeviceActivationDetail
设备激活详情信息
def deserialize(params)
def deserialize(params) @TotalDeviceNum = params['TotalDeviceNum'] @UsedDeviceNum = params['UsedDeviceNum'] @TotalNormalLicense = params['TotalNormalLicense'] @UsedNormalLicense = params['UsedNormalLicense'] @TotalBluetoothLicense = params['TotalBluetoothLicense'] @UsedBluetoothLicense = params['UsedBluetoothLicense'] end
def initialize(totaldevicenum=nil, useddevicenum=nil, totalnormallicense=nil, usednormallicense=nil, totalbluetoothlicense=nil, usedbluetoothlicense=nil)
def initialize(totaldevicenum=nil, useddevicenum=nil, totalnormallicense=nil, usednormallicense=nil, totalbluetoothlicense=nil, usedbluetoothlicense=nil) @TotalDeviceNum = totaldevicenum @UsedDeviceNum = useddevicenum @TotalNormalLicense = totalnormallicense @UsedNormalLicense = usednormallicense @TotalBluetoothLicense = totalbluetoothlicense @UsedBluetoothLicense = usedbluetoothlicense end