/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/SA360/Resource
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/SA360/Resource/Customers.php (1838B)
* $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
*/
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');