ง
    ชxh  ใ                   ๓"     G d  de ฆ  ซ        ZdS )c                   ๓\    e Zd ZdZddZed ฆ   ซ         Zej        d ฆ   ซ         Zd Zd Z	dS )	ฺBatchIda[  This ID represents a batch of emails to be sent at the same time.
       Including a batch_id in your request allows you include this email
       in that batch, and also enables you to cancel or pause the delivery
       of that batch. For more information, see
       https://sendgrid.com/docs/API_Reference/Web_API_v3/cancel_schedule_send.
    Nc                 ๓*    d| _         |	|| _        dS dS )z]Create a batch ID.

        :param batch_id: Batch Id
        :type batch_id: string
        N)ฺ	_batch_idฺbatch_id)ฺselfr   s     ๚Q/var/www/html/what/lib/python3.11/site-packages/sendgrid/helpers/mail/batch_id.pyฺ__init__zBatchId.__init__   s$    ๐ เะุ$DMMM๐  ะ๓    c                 ๓    | j         S )z.The batch ID.

        :rtype: string
        ฉr   ฉr   s    r   r   zBatchId.batch_id   s    ๐ ~ะr
   c                 ๓    || _         dS )zRThe batch ID.

        :param value: Batch Id
        :type value: string
        Nr   )r   ฺvalues     r   r   zBatchId.batch_id   s    ๐ r
   c                 ๓D    t          |                      ฆ   ซ         ฆ  ซ        S )zJGet a JSON representation of this object.

        :rtype: string
        )ฺstrฺgetr   s    r   ฺ__str__zBatchId.__str__$   s    ๕
 488::ะr
   c                 ๓    | j         S )zก
        Get a JSON-ready representation of this BatchId object.

        :returns: The BatchId, ready for use in a request body.
        :rtype: string
        )r   r   s    r   r   zBatchId.get+   s    ๐ }ะr
   )N)
ฺ__name__ฺ
__module__ฺ__qualname__ฺ__doc__r	   ฺpropertyr   ฺsetterr   r   ฉ r
   r   r   r      s        ๐๐ ๐	%๐ 	%๐ 	%๐ 	%๐ ๐๐ ๑ X๐๐ _๐๐ ๑ _๐๐๐ ๐ ๐๐ ๐ ๐ ๐ r
   r   N)ฺobjectr   r   r
   r   ๚<module>r      s9   ๐๐1๐ 1๐ 1๐ 1๐ 1f๑ 1๔ 1๐ 1๐ 1๐ 1r
   