class TencentCloud::Iotexplorer::V20190423::VideoLicenseEntity
视频设备激活码统计
def deserialize(params)
def deserialize(params) @Type = params['Type'] @TotalCount = params['TotalCount'] @UsedCount = params['UsedCount'] @ExpiresSoonCount = params['ExpiresSoonCount'] end
def initialize(type=nil, totalcount=nil, usedcount=nil, expiressooncount=nil)
def initialize(type=nil, totalcount=nil, usedcount=nil, expiressooncount=nil) @Type = type @TotalCount = totalcount @UsedCount = usedcount @ExpiresSoonCount = expiressooncount end