fuc/vendor/resend/resend-php/src/Audience.php
2025-02-23 13:30:57 +08:00

14 lines
265 B
PHP
Executable File

<?php
namespace Resend;
/**
* @property string $id The unique identifier for the Audience.
* @property string $name The name of the Audience.
* @property string $created_at Time at which the Audience was created.
*/
class Audience extends Resource
{
//
}