| Server IP : 209.209.40.120 / Your IP : 216.73.217.112 Web Server : Microsoft-IIS/10.0 System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586 User : NEWWWW$ ( 0) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Python312/Lib/site-packages/clicksend_client/models/__pycache__/ |
Upload File : |
�
qk�fv# � �B � d Z ddlZddlZddlZddlmZ G d� de� Zy)a�
ClickSend v3 API
This is an official SDK for [ClickSend](https://clicksend.com) Below you will find a current list of the available methods for clicksend. *NOTE: You will need to create a free account to use the API. You can register [here](https://dashboard.clicksend.com/#/signup/step1/)..* # noqa: E501
OpenAPI spec version: 3.1
Contact: support@clicksend.com
Generated by: https://github.com/clicksend-api/clicksend-codegen.git
� N)�
Configurationc � � e Zd ZdZ ddddddddd�Zdd d
ddd
ddd�Zi Zd(d�Zed� � Z e j d� � Z ed� � Zej d� � Zed� � Zej d� � Zed� � Z
e
j d� � Z
ed� � Zej d� � Zed� � Zej d� � Zed� � Zej d� � Zed � � Zej d!� � Zd"� Zd#� Zd$� Zd%� Zd&� Zd'� Zy))�EmailzuNOTE: This class is auto generated by the clicksend code generator program.
Do not edit the class manually.
zlist[EmailRecipient]� EmailFrom�strzlist[Attachment]�float)�to�cc�bcc�_from�subject�body�attachments�scheduler r
r �fromr
r r r Nc
�. � | �
t � } | | _ d| _ d| _ d| _ d| _ d| _ d| _ d| _ d| _ d| _
|| _ |�|| _ |�|| _
|| _ |�|| _ || _ |�|| _ |�|| _ yy)z"Email - a model defined in SwaggerN� classType)r �_configuration�_to�_cc�_bcc�_Email__from�_subject�_body�_attachments� _schedule�
discriminatorr r
r r r
r r r )
�selfr r
r r r
r r r r s
�?C:\Python312\Lib\site-packages\clicksend_client/models/email.py�__init__zEmail.__init__= s� � ��!�*�_�N�,����������� ������
���
� ������(������
�>��D�G��?��D�H���
���"�D�L��� ��"�*�D����$�D�M� � c � � | j S )z�Gets the to of this Email. # noqa: E501
Array of To Recipient items. # noqa: E501
:return: The to of this Email. # noqa: E501
:rtype: list[EmailRecipient]
)r �r s r r zEmail.to[ �
� � �x�x�r! c �X � | j j r
|�t d� �|| _ y)z�Sets the to of this Email.
Array of To Recipient items. # noqa: E501
:param to: The to of this Email. # noqa: E501
:type: list[EmailRecipient]
Nz*Invalid value for `to`, must not be `None`)r �client_side_validation�
ValueErrorr )r r s r r zEmail.tof s* � � ���5�5�"�*��I�J�J���r! c � � | j S )z�Gets the cc of this Email. # noqa: E501
Array of Cc Recipient items. # noqa: E501
:return: The cc of this Email. # noqa: E501
:rtype: list[EmailRecipient]
�r r# s r r
zEmail.cct r$ r! c � � || _ y)z�Sets the cc of this Email.
Array of Cc Recipient items. # noqa: E501
:param cc: The cc of this Email. # noqa: E501
:type: list[EmailRecipient]
Nr) )r r
s r r
zEmail.cc s � � ��r! c � � | j S )z�Gets the bcc of this Email. # noqa: E501
Array of Bcc Recipient items. # noqa: E501
:return: The bcc of this Email. # noqa: E501
:rtype: list[EmailRecipient]
�r r# s r r z Email.bcc� s � � �y�y�r! c � � || _ y)z�Sets the bcc of this Email.
Array of Bcc Recipient items. # noqa: E501
:param bcc: The bcc of this Email. # noqa: E501
:type: list[EmailRecipient]
Nr, )r r s r r z Email.bcc� s � � �� r! c � � | j S )z�Gets the _from of this Email. # noqa: E501
:return: The _from of this Email. # noqa: E501
:rtype: EmailFrom
)r r# s r r zEmail._from� s � � �{�{�r! c �X � | j j r
|�t d� �|| _ y)z~Sets the _from of this Email.
:param _from: The _from of this Email. # noqa: E501
:type: EmailFrom
Nz-Invalid value for `_from`, must not be `None`)r r&