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

        :param utm_medium: Name of the marketing medium. (e.g. Email)

        :type utm_medium: string, optional
        N(   t   Nonet   _utm_mediumt
   utm_medium(   t   selfR   (    (    sB   /tmp/pip-unpacked-wheel-v7av_c/sendgrid/helpers/mail/utm_medium.pyt   __init__   s    	c         C   s   |  j  S(   sK   Name of the marketing medium. (e.g. Email)

        :rtype: string
        (   R   (   R   (    (    sB   /tmp/pip-unpacked-wheel-v7av_c/sendgrid/helpers/mail/utm_medium.pyR      s    c         C   s   | |  _  d S(   s‘   Name of the marketing medium. (e.g. Email)

        :param value: Name of the marketing medium. (e.g. Email)
        :type value: string
        N(   R   (   R   t   value(    (    sB   /tmp/pip-unpacked-wheel-v7av_c/sendgrid/helpers/mail/utm_medium.pyR      s    c         C   s   |  j  S(   sŸ   
        Get a JSON-ready representation of this UtmMedium.

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