📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
email
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/email/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: sender.pyc
a N��fH- � @ 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 ZdZdZdZdZdZdd� Ze dd � �Z e jd d � �Z e dd� �Zejd d� �Ze dd� �Z e jdd� �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze d d!� �Zejd"d!� �Zd#d$� Zd%d&� Zd'd(� Zd)S )*�Senderz? The full information representing an approved sender. �CREATING�ACTIVE�DELETING�DELETEDc K sn dddddddddd� | _ ddd d ddd ddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ dS )a� Initializes a new Sender object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param compartment_id: The value to assign to the compartment_id property of this Sender. :type compartment_id: str :param email_address: The value to assign to the email_address property of this Sender. :type email_address: str :param id: The value to assign to the id property of this Sender. :type id: str :param is_spf: The value to assign to the is_spf property of this Sender. :type is_spf: bool :param lifecycle_state: The value to assign to the lifecycle_state property of this Sender. Allowed values for this property are: "CREATING", "ACTIVE", "DELETING", "DELETED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param time_created: The value to assign to the time_created property of this Sender. :type time_created: datetime :param email_domain_id: The value to assign to the email_domain_id property of this Sender. :type email_domain_id: str :param freeform_tags: The value to assign to the freeform_tags property of this Sender. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this Sender. :type defined_tags: dict(str, dict(str, object)) �str�bool�datetimezdict(str, str)zdict(str, dict(str, object))) �compartment_id� email_address�id�is_spf�lifecycle_state�time_created�email_domain_id� freeform_tags�defined_tags� compartmentId�emailAddressr �isSpf�lifecycleState�timeCreated� emailDomainId�freeformTags�definedTagsN)� swagger_types� attribute_map�_compartment_id�_email_address�_id�_is_spf�_lifecycle_state� _time_created�_email_domain_id�_freeform_tags� _defined_tags)�self�kwargs� r, �{/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/email/models/sender.py�__init__ s: -� �zSender.__init__c C s | j S )z� **[Required]** Gets the compartment_id of this Sender. The OCID for the compartment. :return: The compartment_id of this Sender. :rtype: str �r! �r* r, r, r- r n s zSender.compartment_idc C s || _ dS )z� Sets the compartment_id of this Sender. The OCID for the compartment. :param compartment_id: The compartment_id of this Sender. :type: str Nr/ )r* r r, r, r- r z s c C s | j S )z� **[Required]** Gets the email_address of this Sender. Email address of the sender. :return: The email_address of this Sender. :rtype: str �r"