ó
š9^c           @   s   d  e  f d     YZ d S(   t   GroupIdc           B   sD   e  Z d  Z d d  Z e d    Z e j d    Z d   Z RS(   s6   The unsubscribe group ID to associate with this email.c         C   s%   d |  _ | d k	 r! | |  _ n  d S(   s   Create a GroupId object

        :param group_id: The unsubscribe group to associate with this email.
        :type group_id: integer, optional
        N(   t   Nonet	   _group_idt   group_id(   t   selfR   (    (    s@   /tmp/pip-unpacked-wheel-v7av_c/sendgrid/helpers/mail/group_id.pyt   __init__   s    	c         C   s   |  j  S(   sU   The unsubscribe group to associate with this email.

        :rtype: integer
        (   R   (   R   (    (    s@   /tmp/pip-unpacked-wheel-v7av_c/sendgrid/helpers/mail/group_id.pyR      s    c         C   s   | |  _  d S(   sĪ   The unsubscribe group to associate with this email.

        :param value: The unsubscribe group to associate with this email.
        :type value: integer
        N(   R   (   R   t   value(    (    s@   /tmp/pip-unpacked-wheel-v7av_c/sendgrid/helpers/mail/group_id.pyR      s    c         C   s   |  j  S(   s   
        Get a JSON-ready representation of this GroupId.

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