* $authorizedbuyersmarketplaceService = new Google\Service\AuthorizedBuyersMarketplace(...); * $buyers = $authorizedbuyersmarketplaceService->buyers; * */ class Buyers extends \Google\Service\Resource { } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Buyers::class, 'Google_Service_AuthorizedBuyersMarketplace_Resource_Buyers');