
    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 )GroupIdz6The unsubscribe group ID to associate with this email.Nc                 *    d| _         |	|| _        dS dS )zCreate a GroupId object

        :param group_id: The unsubscribe group to associate with this email.
        :type group_id: integer, optional
        N)	_group_idgroup_id)selfr   s     Q/var/www/html/what/lib/python3.11/site-packages/sendgrid/helpers/mail/group_id.py__init__zGroupId.__init__   s$     $DMMM      c                     | j         S )zUThe unsubscribe group to associate with this email.

        :rtype: integer
        r   r   s    r   r   zGroupId.group_id   s     ~r
   c                     || _         dS )zThe unsubscribe group to associate with this email.

        :param value: The unsubscribe group to associate with this email.
        :type value: integer
        Nr   )r   values     r   r   zGroupId.group_id   s     r
   c                     | j         S )z
        Get a JSON-ready representation of this GroupId.

        :returns: This GroupId, ready for use in a request body.
        :rtype: integer
        )r   r   s    r   getzGroupId.get    s     }r
   )N)	__name__
__module____qualname____doc__r	   propertyr   setterr    r
   r   r   r      su        @@	% 	% 	% 	%   X _  _    r
   r   N)objectr   r   r
   r   <module>r      s9   & & & & &f & & & & &r
   