o
    wÔ+f½  ã                   @   s   G d d„ de ƒZdS )c                   @   s<   e Zd ZdZd
dd„Zedd„ ƒZejdd„ ƒZdd	„ ZdS )Ú	UtmSourcez'The utm source of an Ganalytics object.Nc                 C   s   d| _ |dur|| _dS dS )zÄCreate a UtmSource object

        :param utm_source: Name of the referrer source.
            (e.g. Google, SomeDomain.com, or Marketing Email)
        :type utm_source: string, optional
        N)Ú_utm_sourceÚ
utm_source)Úselfr   © r   úS/var/www/html/venv/lib/python3.10/site-packages/sendgrid/helpers/mail/utm_source.pyÚ__init__   s   
ÿzUtmSource.__init__c                 C   ó   | j S )zzName of the referrer source. (e.g. Google, SomeDomain.com, or
           Marketing Email)

        :rtype: string
        ©r   ©r   r   r   r   r      ó   zUtmSource.utm_sourcec                 C   s
   || _ dS )zìName of the referrer source. (e.g. Google, SomeDomain.com, or
           Marketing Email)

        :param value: Name of the referrer source.
        (e.g. Google, SomeDomain.com, or Marketing Email)
        :type value: string
        Nr	   )r   Úvaluer   r   r   r      s   
	c                 C   r   )zŸ
        Get a JSON-ready representation of this UtmSource.

        :returns: This UtmSource, ready for use in a request body.
        :rtype: string
        )r   r
   r   r   r   Úget$   r   zUtmSource.get)N)	Ú__name__Ú
__module__Ú__qualname__Ú__doc__r   Úpropertyr   Úsetterr   r   r   r   r   r      s    



r   N)Úobjectr   r   r   r   r   Ú<module>   s    