Your IP : 216.73.217.77


Current Path : /home/users/unlimited/www/whatsapp-crm/vendor/resend/resend-php/src/
Upload File :
Current File : /home/users/unlimited/www/whatsapp-crm/vendor/resend/resend-php/src/ApiKey.php

<?php

namespace Resend;

/**
 * @property string $id The unique identifier for the API key.
 * @property string $name The name of the API key.
 * @property string $created_at Time at which the API key was created.
 * @property string|null $token The new API key to authenticate request with Resend.
 */
class ApiKey extends Resource
{
    //
}