
    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 )UtmCampaignz)The utm campaign of an Ganalytics object.Nc                 *    d| _         |	|| _        dS dS )zCreate a UtmCampaign object

        :param utm_campaign: The name of the campaign

        :type utm_campaign: string, optional
        N)_utm_campaignutm_campaign)selfr   s     U/var/www/html/what/lib/python3.11/site-packages/sendgrid/helpers/mail/utm_campaign.py__init__zUtmCampaign.__init__   s(     "# ,D $#    c                     | j         S )z9The name of the campaign

        :rtype: string
        r   r   s    r   r   zUtmCampaign.utm_campaign   s     !!r
   c                     || _         dS )zmThe name of the campaign

        :param value: The name of the campaign
        :type value: string
        Nr   )r   values     r   r   zUtmCampaign.utm_campaign   s     #r
   c                     | j         S )z
        Get a JSON-ready representation of this UtmCampaign.

        :returns: This UtmCampaign, ready for use in a request body.
        :rtype: string
        )r   r   s    r   getzUtmCampaign.get!   s       r
   )N)	__name__
__module____qualname____doc__r	   propertyr   setterr    r
   r   r   r      sw        33
- 
- 
- 
- " " X" # # #! ! ! ! !r
   r   N)objectr   r   r
   r   <module>r      s9   '! '! '! '! '!& '! '! '! '! '!r
   