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 )Ú
IpPoolNamez8The IP Pool that you would like to send this email from.Nc                 C   s   d| _ |dur|| _dS dS )zÄCreate a IpPoolName object

        :param ip_pool_name: The IP Pool that you would like to send this
                             email from.
        :type ip_pool_name: string, optional
        N)Ú_ip_pool_nameÚip_pool_name)Úselfr   © r   úU/var/www/html/venv/lib/python3.10/site-packages/sendgrid/helpers/mail/ip_pool_name.pyÚ__init__   s   
ÿzIpPoolName.__init__c                 C   ó   | j S )zYThe IP Pool that you would like to send this email from.

        :rtype: string
        ©r   ©r   r   r   r   r      s   zIpPoolName.ip_pool_namec                 C   s
   || _ dS )z­The IP Pool that you would like to send this email from.

        :param value: The IP Pool that you would like to send this email from.
        :type value: string
        Nr	   )r   Úvaluer   r   r   r      s   
c                 C   r   )z¡
        Get a JSON-ready representation of this IpPoolName.

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