/var/www/flurhymez/vendor/google/apiclient-services/src/ApiKeysService
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/ApiKeysService/V2AndroidKeyRestrictions.php (1374B)
allowedApplications = $allowedApplications;
}
/**
* @return V2AndroidApplication[]
*/
public function getAllowedApplications()
{
return $this->allowedApplications;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(V2AndroidKeyRestrictions::class, 'Google_Service_ApiKeysService_V2AndroidKeyRestrictions');