ruạṛ
a ���f6 � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s~ e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )� Recipientsz� The destination for the email, composed of To, CC, and BCC fields. NOTE: At least one of To, CC, and BCC must be provided. And max 50 recipients are allowed across the To:, CC: and BCC: fields. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new Recipients object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param to: The value to assign to the to property of this Recipients. :type to: list[oci.email_data_plane.models.EmailAddress] :param cc: The value to assign to the cc property of this Recipients. :type cc: list[oci.email_data_plane.models.EmailAddress] :param bcc: The value to assign to the bcc property of this Recipients. :type bcc: list[oci.email_data_plane.models.EmailAddress] zlist[EmailAddress])�to�cc�bccr r r N)Z swagger_typesZ attribute_map�_to�_cc�_bcc)�self�kwargs� r �J/usr/lib/python3.9/site-packages/oci/email_data_plane/models/recipients.py�__init__ s ��zRecipients.__init__c C s | j S )z� Gets the to of this Recipients. Array of To address. :return: The to of this Recipients. :rtype: list[oci.email_data_plane.models.EmailAddress] �r �r r r r r 5 s z Recipients.toc C s || _ dS )z� Sets the to of this Recipients. Array of To address. :param to: The to of this Recipients. :type: list[oci.email_data_plane.models.EmailAddress] Nr )r r r r r r A s c C s | j S )z� Gets the cc of this Recipients. Array of CC address. :return: The cc of this Recipients. :rtype: list[oci.email_data_plane.models.EmailAddress] �r r r r r r M s z Recipients.ccc C s || _ dS )z� Sets the cc of this Recipients. Array of CC address. :param cc: The cc of this Recipients. :type: list[oci.email_data_plane.models.EmailAddress] Nr )r r r r r r Y s c C s | j S )z� Gets the bcc of this Recipients. Array of BCC address. Bcc headers can only be viewed by non bcc recipients. :return: The bcc of this Recipients. :rtype: list[oci.email_data_plane.models.EmailAddress] �r r r r r r e s zRecipients.bccc C s || _ dS )z� Sets the bcc of this Recipients. Array of BCC address. Bcc headers can only be viewed by non bcc recipients. :param bcc: The bcc of this Recipients. :type: list[oci.email_data_plane.models.EmailAddress] Nr )r r r r r r q s c C s t | �S �N)r r r r r �__repr__} s zRecipients.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zRecipients.__eq__c C s | |k S r r r r r r �__ne__� s zRecipients.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"