class TencentCloud::Iotexplorer::V20190423::TWeCallCategoryPkgInfo
TWeCall分类统计数据
def deserialize(params)
def deserialize(params) @PkgType = params['PkgType'] @All = params['All'] @Used = params['Used'] end
def initialize(pkgtype=nil, all=nil, used=nil)
def initialize(pkgtype=nil, all=nil, used=nil) @PkgType = pkgtype @All = all @Used = used end