ó
º9—^c           @   s   d  e  f d „  ƒ  YZ d S(   t   UtmTermc           B   sD   e  Z d  Z d d „ Z e d „  ƒ Z e j d „  ƒ Z d „  Z RS(   s%   The utm term of an Ganalytics object.c         C   s%   d |  _ | d k	 r! | |  _ n  d S(   sˆ   Create a UtmTerm object

        :param utm_term: Used to identify any paid keywords.

        :type utm_term: string, optional
        N(   t   Nonet	   _utm_termt   utm_term(   t   selfR   (    (    s@   /tmp/pip-unpacked-wheel-v7av_c/sendgrid/helpers/mail/utm_term.pyt   __init__   s    	c         C   s   |  j  S(   sD   Used to identify any paid keywords.

        :rtype: string
        (   R   (   R   (    (    s@   /tmp/pip-unpacked-wheel-v7av_c/sendgrid/helpers/mail/utm_term.pyR      s    c         C   s   | |  _  d S(   sƒ   Used to identify any paid keywords.

        :param value: Used to identify any paid keywords.
        :type value: string
        N(   R   (   R   t   value(    (    s@   /tmp/pip-unpacked-wheel-v7av_c/sendgrid/helpers/mail/utm_term.pyR      s    c         C   s   |  j  S(   s›   
        Get a JSON-ready representation of this UtmTerm.

        :returns: This UtmTerm, ready for use in a request body.
        :rtype: string
        (   R   (   R   (    (    s@   /tmp/pip-unpacked-wheel-v7av_c/sendgrid/helpers/mail/utm_term.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/utm_term.pyR       s
   	N(   t   objectR    (    (    (    s@   /tmp/pip-unpacked-wheel-v7av_c/sendgrid/helpers/mail/utm_term.pyt   <module>   t    