ó
º9—^c           @   s   d  e  f d „  ƒ  YZ d S(   t
   IpPoolNamec           B   sD   e  Z d  Z d d „ Z e d „  ƒ Z e j d „  ƒ Z d „  Z RS(   s8   The IP Pool that you would like to send this email from.c         C   s%   d |  _ | d k	 r! | |  _ n  d S(   sÄ   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(   t   Nonet   _ip_pool_namet   ip_pool_name(   t   selfR   (    (    sD   /tmp/pip-unpacked-wheel-v7av_c/sendgrid/helpers/mail/ip_pool_name.pyt   __init__   s    	c         C   s   |  j  S(   sY   The IP Pool that you would like to send this email from.

        :rtype: string
        (   R   (   R   (    (    sD   /tmp/pip-unpacked-wheel-v7av_c/sendgrid/helpers/mail/ip_pool_name.pyR      s    c         C   s   | |  _  d S(   s­   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
        N(   R   (   R   t   value(    (    sD   /tmp/pip-unpacked-wheel-v7av_c/sendgrid/helpers/mail/ip_pool_name.pyR      s    c         C   s   |  j  S(   s¡   
        Get a JSON-ready representation of this IpPoolName.

        :returns: This IpPoolName, ready for use in a request body.
        :rtype: string
        (   R   (   R   (    (    sD   /tmp/pip-unpacked-wheel-v7av_c/sendgrid/helpers/mail/ip_pool_name.pyt   get!   s    N(	   t   __name__t
   __module__t   __doc__R   R   t   propertyR   t   setterR   (    (    (    sD   /tmp/pip-unpacked-wheel-v7av_c/sendgrid/helpers/mail/ip_pool_name.pyR       s
   	N(   t   objectR    (    (    (    sD   /tmp/pip-unpacked-wheel-v7av_c/sendgrid/helpers/mail/ip_pool_name.pyt   <module>   t    