class TencentCloud::Iotexplorer::V20190423::DescribeFenceBindListResponse
def deserialize(params)
def deserialize(params) unless params['List'].nil? @List = [] params['List'].each do |i| fencebindproductitem_tmp = FenceBindProductItem.new fencebindproductitem_tmp.deserialize(i) @List << fencebindproductitem_tmp end end @Total = params['Total'] @RequestId = params['RequestId'] end