* $dnsService = new Google\Service\Dns(...); * $managedZones = $dnsService->managedZones; * */ class ProjectsManagedZones extends \Google\Service\Resource { } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ProjectsManagedZones::class, 'Google_Service_Dns_Resource_ProjectsManagedZones');