Files
trafficpumper/app/Serp/Data/ProviderHealth.php
T

9 lines
225 B
PHP
Raw Normal View History

2026-08-29 15:53:53 +03:00
<?php
namespace App\Serp\Data;
final readonly class ProviderHealth
{
public function __construct(public string $providerKey, public int $balanceMicros, public int $statusCode, public \DateTimeInterface $checkedAt) {}
}