from dataclasses import dataclass @dataclass(kw_only=True, frozen=True) class BatchSend: batch_id: int batch_size: int batch_offset: int campaign_id: str provider: str current_hourly_quota: float emails_to_send: int