mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-02 11:52:28 +01:00
from dicts only, lists and tuples which don't contain dicts will be directly set to the attribute - eg: listnetworkserviceproviderresponse : servicelist = ['vpn', 'dhcp', 'firewall'] contains no name,value combination to make attributes. So we make self.servicelist = ['vpn','dhcp','firewall']