ó
š9^c           @   s   d  e  f d     YZ d S(   t
   UtmContentc           B   sD   e  Z d  Z d d  Z e d    Z e j d    Z d   Z RS(   s(   The utm content of an Ganalytics object.c         C   s%   d |  _ | d k	 r! | |  _ n  d S(   sĶ   Create a UtmContent object

        :param utm_content: Used to differentiate your campaign from advertisements.

        :type utm_content: string, optional
        N(   t   Nonet   _utm_contentt   utm_content(   t   selfR   (    (    sC   /tmp/pip-unpacked-wheel-v7av_c/sendgrid/helpers/mail/utm_content.pyt   __init__   s    	c         C   s   |  j  S(   sY   Used to differentiate your campaign from advertisements.

        :rtype: string
        (   R   (   R   (    (    sC   /tmp/pip-unpacked-wheel-v7av_c/sendgrid/helpers/mail/utm_content.pyR      s    c         C   s   | |  _  d S(   s­   Used to differentiate your campaign from advertisements.

        :param value: Used to differentiate your campaign from advertisements.
        :type value: string
        N(   R   (   R   t   value(    (    sC   /tmp/pip-unpacked-wheel-v7av_c/sendgrid/helpers/mail/utm_content.pyR      s    c         C   s   |  j  S(   sĄ   
        Get a JSON-ready representation of this UtmContent.

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