import osfrom gcore import Gcoreclient = Gcore( api_key=os.environ.get("GCORE_API_KEY"), # This is the default and can be omitted)waap_advanced_rule_descriptor_list = client.waap.advanced_rules.list()print(waap_advanced_rule_descriptor_list.version)
import osfrom gcore import Gcoreclient = Gcore( api_key=os.environ.get("GCORE_API_KEY"), # This is the default and can be omitted)waap_advanced_rule_descriptor_list = client.waap.advanced_rules.list()print(waap_advanced_rule_descriptor_list.version)