Files
domain-watchdog/src/Entity/RdapResponse/Link.php

11 lines
133 B
PHP
Raw Normal View History

2025-11-08 17:34:29 +01:00
<?php
namespace App\Entity\RdapResponse;
class Link
{
public string $href;
public string $value;
public string $rel;
}