| Current Path : /home/users/unlimited/www/whatsapp-crm/vendor/resend/resend-php/src/ |
| Current File : /home/users/unlimited/www/whatsapp-crm/vendor/resend/resend-php/src/Domain.php |
<?php
namespace Resend;
/**
* @property string $id The unique identifier for the domain.
* @property string $name The domain name.
* @property string $created_at Time at which the domain was created.
* @property array $records The list of DNS records to add to your domain.
*/
class Domain extends Resource
{
//
}