Class: TencentCloud::Iotexplorer::V20190423::DeviceActivationDetail
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::DeviceActivationDetail
- Defined in:
- lib/v20190423/models.rb
Overview
设备激活详情信息
Instance Attribute Summary collapse
- #TotalBluetoothLicense ⇒ Object
- #TotalDeviceNum ⇒ Object
- #TotalFreeLicense ⇒ Object
- #TotalNormalLicense ⇒ Object
- #UsedBluetoothLicense ⇒ Object
- #UsedDeviceNum ⇒ Object
- #UsedFreeLicense ⇒ Object
- #UsedNormalLicense ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(totaldevicenum = nil, useddevicenum = nil, totalnormallicense = nil, usednormallicense = nil, totalbluetoothlicense = nil, usedbluetoothlicense = nil, totalfreelicense = nil, usedfreelicense = nil) ⇒ DeviceActivationDetail
constructor
A new instance of DeviceActivationDetail.
Constructor Details
#initialize(totaldevicenum = nil, useddevicenum = nil, totalnormallicense = nil, usednormallicense = nil, totalbluetoothlicense = nil, usedbluetoothlicense = nil, totalfreelicense = nil, usedfreelicense = nil) ⇒ DeviceActivationDetail
Returns a new instance of DeviceActivationDetail.
7247 7248 7249 7250 7251 7252 7253 7254 7255 7256 |
# File 'lib/v20190423/models.rb', line 7247 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 |
Instance Attribute Details
#TotalBluetoothLicense ⇒ Object
7245 7246 7247 |
# File 'lib/v20190423/models.rb', line 7245 def TotalBluetoothLicense @TotalBluetoothLicense end |
#TotalDeviceNum ⇒ Object
7245 7246 7247 |
# File 'lib/v20190423/models.rb', line 7245 def TotalDeviceNum @TotalDeviceNum end |
#TotalFreeLicense ⇒ Object
7245 7246 7247 |
# File 'lib/v20190423/models.rb', line 7245 def TotalFreeLicense @TotalFreeLicense end |
#TotalNormalLicense ⇒ Object
7245 7246 7247 |
# File 'lib/v20190423/models.rb', line 7245 def TotalNormalLicense @TotalNormalLicense end |
#UsedBluetoothLicense ⇒ Object
7245 7246 7247 |
# File 'lib/v20190423/models.rb', line 7245 def UsedBluetoothLicense @UsedBluetoothLicense end |
#UsedDeviceNum ⇒ Object
7245 7246 7247 |
# File 'lib/v20190423/models.rb', line 7245 def UsedDeviceNum @UsedDeviceNum end |
#UsedFreeLicense ⇒ Object
7245 7246 7247 |
# File 'lib/v20190423/models.rb', line 7245 def UsedFreeLicense @UsedFreeLicense end |
#UsedNormalLicense ⇒ Object
7245 7246 7247 |
# File 'lib/v20190423/models.rb', line 7245 def UsedNormalLicense @UsedNormalLicense end |
Instance Method Details
#deserialize(params) ⇒ Object
7258 7259 7260 7261 7262 7263 7264 7265 7266 7267 |
# File 'lib/v20190423/models.rb', line 7258 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 |