class TencentCloud::Live::V20180801::BillCountryInfo

def deserialize(params)

def deserialize(params)
  @Name = params['Name']
  unless params['BandInfoList'].nil?
    @BandInfoList = []
    params['BandInfoList'].each do |i|
      billdatainfo_tmp = BillDataInfo.new
      billdatainfo_tmp.deserialize(i)
      @BandInfoList << billdatainfo_tmp
    end
  end
end