📂 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
›
lib
›
python3.9
›
site-packages
›
oci
›
email
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/email/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: dkim_summary.cpython-39.pyc
a ���f�4 � @ 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 @ sN e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zd%d&� Zd'd(� Zd)d*� Zd+S ),�DkimSummaryz, The properties that define a DKIM. c K s� dddddddddddd�| _ dddd d ddd dddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )a Initializes a new DkimSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param name: The value to assign to the name property of this DkimSummary. :type name: str :param id: The value to assign to the id property of this DkimSummary. :type id: str :param email_domain_id: The value to assign to the email_domain_id property of this DkimSummary. :type email_domain_id: str :param compartment_id: The value to assign to the compartment_id property of this DkimSummary. :type compartment_id: str :param lifecycle_state: The value to assign to the lifecycle_state property of this DkimSummary. :type lifecycle_state: str :param description: The value to assign to the description property of this DkimSummary. :type description: str :param time_created: The value to assign to the time_created property of this DkimSummary. :type time_created: datetime :param time_updated: The value to assign to the time_updated property of this DkimSummary. :type time_updated: datetime :param freeform_tags: The value to assign to the freeform_tags property of this DkimSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this DkimSummary. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this DkimSummary. :type system_tags: dict(str, dict(str, object)) �strZdatetimezdict(str, str)zdict(str, dict(str, object)))�name�id�email_domain_id�compartment_id�lifecycle_state�description�time_created�time_updated� freeform_tags�defined_tags�system_tagsr r Z emailDomainIdZ compartmentIdZlifecycleStater ZtimeCreatedZtimeUpdatedZfreeformTagsZdefinedTagsZ systemTagsN) Z swagger_typesZ attribute_map�_name�_id�_email_domain_id�_compartment_id�_lifecycle_state�_description� _time_created� _time_updated�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r �A/usr/lib/python3.9/site-packages/oci/email/models/dkim_summary.py�__init__ sF 3��zDkimSummary.__init__c C s | j S )z� **[Required]** Gets the name of this DkimSummary. The DKIM selector. This selector is required to be globally unique for this email domain. :return: The name of this DkimSummary. :rtype: str �r �r r r r! r l s zDkimSummary.namec C s || _ dS )z� Sets the name of this DkimSummary. The DKIM selector. This selector is required to be globally unique for this email domain. :param name: The name of this DkimSummary. :type: str Nr# )r r r r r! r x s c C s | j S )z� **[Required]** Gets the id of this DkimSummary. The `OCID`__ of the DKIM. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The id of this DkimSummary. :rtype: str �r r$ r r r! r � s zDkimSummary.idc C s || _ dS )z� Sets the id of this DkimSummary. The `OCID`__ of the DKIM. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param id: The id of this DkimSummary. :type: str Nr% )r r r r r! r � s c C s | j S )aB **[Required]** Gets the email_domain_id of this DkimSummary. The `OCID`__ of the email domain that this DKIM belongs to. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :return: The email_domain_id of this DkimSummary. :rtype: str �r r$ r r r! r � s zDkimSummary.email_domain_idc C s || _ dS )aA Sets the email_domain_id of this DkimSummary. The `OCID`__ of the email domain that this DKIM belongs to. __ https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm :param email_domain_id: The email_domain_id of this DkimSummary. :type: str Nr&