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 )ÚUtmTermz%The utm term of an Ganalytics object.Nc                 C   s   d| _ |dur|| _dS dS )zˆCreate a UtmTerm object

        :param utm_term: Used to identify any paid keywords.

        :type utm_term: string, optional
        N)Ú	_utm_termÚutm_term)Úselfr   © r   úQ/var/www/html/venv/lib/python3.10/site-packages/sendgrid/helpers/mail/utm_term.pyÚ__init__   s   
ÿzUtmTerm.__init__c                 C   ó   | j S )zDUsed to identify any paid keywords.

        :rtype: string
        ©r   ©r   r   r   r   r      s   zUtmTerm.utm_termc                 C   s
   || _ dS )zƒUsed to identify any paid keywords.

        :param value: Used to identify any paid keywords.
        :type value: string
        Nr	   )r   Úvaluer   r   r   r      s   
c                 C   r   )z›
        Get a JSON-ready representation of this UtmTerm.

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