
    xh5                     "     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 )FileContentz,The Base64 encoded content of an Attachment.Nc                 *    d| _         |	|| _        dS dS )zCreate a FileContent object

        :param file_content: The Base64 encoded content of the attachment
        :type file_content: string, optional
        N)_file_contentfile_content)selfr   s     U/var/www/html/what/lib/python3.11/site-packages/sendgrid/helpers/mail/file_content.py__init__zFileContent.__init__   s(     "# ,D $#    c                     | j         S )zNThe Base64 encoded content of the attachment.

        :rtype: string
        r   r   s    r   r   zFileContent.file_content   s     !!r
   c                     || _         dS )zThe Base64 encoded content of the attachment.

        :param value: The Base64 encoded content of the attachment.
        :type value: string
        Nr   )r   values     r   r   zFileContent.file_content   s     #r
   c                     | j         S )z
        Get a JSON-ready representation of this FileContent.

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