* $searchads360Service = new Google\Service\SA360(...); * $customers = $searchads360Service->customers; * */ class Customers extends \Google\Service\Resource { /** * Returns resource names of customers directly accessible by the user * authenticating the call. List of thrown errors: [AuthenticationError]() * [AuthorizationError]() [HeaderError]() [InternalError]() [QuotaError]() * [RequestError]() (customers.listAccessibleCustomers) * * @param array $optParams Optional parameters. * @return GoogleAdsSearchads360V0ServicesListAccessibleCustomersResponse * @throws \Google\Service\Exception */ public function listAccessibleCustomers($optParams = []) { $params = []; $params = array_merge($params, $optParams); return $this->call('listAccessibleCustomers', [$params], GoogleAdsSearchads360V0ServicesListAccessibleCustomersResponse::class); } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Customers::class, 'Google_Service_SA360_Resource_Customers');