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']
  @TotalFreeLicense = params['TotalFreeLicense']
  @UsedFreeLicense = params['UsedFreeLicense']
end

def initialize(totaldevicenum=nil, useddevicenum=nil, totalnormallicense=nil, usednormallicense=nil, totalbluetoothlicense=nil, usedbluetoothlicense=nil, totalfreelicense=nil, usedfreelicense=nil)

def initialize(totaldevicenum=nil, useddevicenum=nil, totalnormallicense=nil, usednormallicense=nil, totalbluetoothlicense=nil, usedbluetoothlicense=nil, totalfreelicense=nil, usedfreelicense=nil)
  @TotalDeviceNum = totaldevicenum
  @UsedDeviceNum = useddevicenum
  @TotalNormalLicense = totalnormallicense
  @UsedNormalLicense = usednormallicense
  @TotalBluetoothLicense = totalbluetoothlicense
  @UsedBluetoothLicense = usedbluetoothlicense
  @TotalFreeLicense = totalfreelicense
  @UsedFreeLicense = usedfreelicense
end