
    xh                     "     G d  de           ZdS )c                   V    e Zd ZdZddZed             Zej        d             Zd ZdS )
IpPoolNamez8The IP Pool that you would like to send this email from.Nc                 *    d| _         |	|| _        dS dS )zCreate 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   s     U/var/www/html/what/lib/python3.11/site-packages/sendgrid/helpers/mail/ip_pool_name.py__init__zIpPoolName.__init__   s(     "# ,D $#    c                     | j         S )zYThe IP Pool that you would like to send this email from.

        :rtype: string
        r   r   s    r   r   zIpPoolName.ip_pool_name   s     !!r
   c                     || _         dS )zThe 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   values     r   r   zIpPoolName.ip_pool_name   s     #r
   c                     | j         S )z
        Get a JSON-ready representation of this IpPoolName.

        :returns: This IpPoolName, ready for use in a request body.
        :rtype: string
        )r   r   s    r   getzIpPoolName.get!   s       r
   )N)	__name__
__module____qualname____doc__r	   propertyr   setterr    r
   r   r   r      sw        BB
- 
- 
- 
- " " X" # # #! ! ! ! !r
   r   N)objectr   r   r
   r   <module>r      s9   '! '! '! '! '! '! '! '! '! '!r
   