fuc-new/vendor/resend/resend-php/src/ApiKey.php
hellcat 1fe8673f62 1
2025-10-01 13:34:29 +08:00

15 lines
345 B
PHP
Executable File

<?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
{
//
}