
    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 )Categoryz!A category name for this message.Nc                 *    d| _         |	|| _        dS dS )zpCreate a Category.

        :param name: The name of this category
        :type name: string, optional
        N)_namename)selfr   s     Q/var/www/html/what/lib/python3.11/site-packages/sendgrid/helpers/mail/category.py__init__zCategory.__init__   s$     
DIII     c                     | j         S )z]The name of this Category. Must be less than 255 characters.

        :rtype: string
        r   r   s    r   r   zCategory.name   s     zr
   c                     || _         dS )zThe name of this Category. Must be less than 255 characters.

        :param value: The name of this Category. Must be less than 255
                      characters.
        :type value: string
        Nr   )r   values     r   r   zCategory.name   s     


r
   c                     | j         S )z
        Get a JSON-ready representation of this Category.

        :returns: This Category, ready for use in a request body.
        :rtype: string
        )r   r   s    r   getzCategory.get!   s     y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   ' ' ' ' 'v ' ' ' ' 'r
   