o
    wÔ+f  ã                   @   s   G d d„ de ƒZdS )c                   @   s<   e Zd ZdZd
dd„Zedd„ ƒZejdd„ ƒZdd	„ ZdS )ÚGroupIdz6The unsubscribe group ID to associate with this email.Nc                 C   s   d| _ |dur|| _dS dS )z˜Create a GroupId object

        :param group_id: The unsubscribe group to associate with this email.
        :type group_id: integer, optional
        N)Ú	_group_idÚgroup_id)Úselfr   © r   úQ/var/www/html/venv/lib/python3.10/site-packages/sendgrid/helpers/mail/group_id.pyÚ__init__   s   
ÿzGroupId.__init__c                 C   ó   | j S )zUThe unsubscribe group to associate with this email.

        :rtype: integer
        ©r   ©r   r   r   r   r      s   zGroupId.group_idc                 C   s
   || _ dS )z¤The unsubscribe group to associate with this email.

        :param value: The unsubscribe group to associate with this email.
        :type value: integer
        Nr	   )r   Úvaluer   r   r   r      s   
c                 C   r   )zœ
        Get a JSON-ready representation of this GroupId.

        :returns: This GroupId, ready for use in a request body.
        :rtype: integer
        )r   r
   r   r   r   Úget    s   zGroupId.get)N)	Ú__name__Ú
__module__Ú__qualname__Ú__doc__r   Úpropertyr   Úsetterr   r   r   r   r   r      s    


r   N)Úobjectr   r   r   r   r   Ú<module>   s    