get_zone_name# Model.get_zone_name(id)# Get the name of given zone. Parameters: idintId of zone. Returns: strReturn the name. Return empty name if the id is invalid. Return type: str Examples >>> client = prime.launch_prime() >>> model = client.model >>> name = model.get_zone_name(id)