
    xh                     "     G d  de           ZdS )c                   V    e Zd ZdZddZed             Zej        d             Zd ZdS )	UtmSourcez'The utm source of an Ganalytics object.Nc                 *    d| _         |	|| _        dS dS )zCreate 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   s     S/var/www/html/what/lib/python3.11/site-packages/sendgrid/helpers/mail/utm_source.py__init__zUtmSource.__init__   s%      !(DOOO "!    c                     | j         S )zzName of the referrer source. (e.g. Google, SomeDomain.com, or
           Marketing Email)

        :rtype: string
        r   r   s    r   r   zUtmSource.utm_source   s     r
   c                     || _         dS )zName 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   values     r   r   zUtmSource.utm_source   s     !r
   c                     | j         S )z
        Get a JSON-ready representation of this UtmSource.

        :returns: This UtmSource, ready for use in a request body.
        :rtype: string
        )r   r   s    r   getzUtmSource.get$   s     r
   )N)	__name__
__module____qualname____doc__r	   propertyr   setterr    r
   r   r   r      sw        11
) 
) 
) 
)     X  ! ! !    r
   r   N)objectr   r   r
   r   <module>r      s9   * * * * * * * * * *r
   