/var/www/flurhymez/vendor/google/apiclient-services/src/Analytics/Resource
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/Analytics/Resource/ManagementClientId.php (1642B)
* $analyticsService = new Google\Service\Analytics(...);
* $clientId = $analyticsService->clientId;
*
*/
class ManagementClientId extends \Google\Service\Resource
{
/**
* Hashes the given Client ID. (clientId.hashClientId)
*
* @param HashClientIdRequest $postBody
* @param array $optParams Optional parameters.
* @return HashClientIdResponse
*/
public function hashClientId(HashClientIdRequest $postBody, $optParams = [])
{
$params = ['postBody' => $postBody];
$params = array_merge($params, $optParams);
return $this->call('hashClientId', [$params], HashClientIdResponse::class);
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(ManagementClientId::class, 'Google_Service_Analytics_Resource_ManagementClientId');