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

        :param utm_campaign: The name of the campaign

        :type utm_campaign: string, optional
        N(   t   Nonet   _utm_campaignt   utm_campaign(   t   selfR   (    (    sD   /tmp/pip-unpacked-wheel-v7av_c/sendgrid/helpers/mail/utm_campaign.pyt   __init__   s    	c         C   s   |  j  S(   s9   The name of the campaign

        :rtype: string
        (   R   (   R   (    (    sD   /tmp/pip-unpacked-wheel-v7av_c/sendgrid/helpers/mail/utm_campaign.pyR      s    c         C   s   | |  _  d S(   sm   The name of the campaign

        :param value: The name of the campaign
        :type value: string
        N(   R   (   R   t   value(    (    sD   /tmp/pip-unpacked-wheel-v7av_c/sendgrid/helpers/mail/utm_campaign.pyR      s    c         C   s   |  j  S(   sŁ   
        Get a JSON-ready representation of this UtmCampaign.

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