📂 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
›
fusion_apps
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/fusion_apps/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: extract_details_summary.cpython-39.pyc
a ���f� � @ 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 )�ExtractDetailsSummaryzJ Details about where the data can be extracted from and password. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new ExtractDetailsSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param par_url: The value to assign to the par_url property of this ExtractDetailsSummary. :type par_url: str :param password: The value to assign to the password property of this ExtractDetailsSummary. :type password: str :param time_created: The value to assign to the time_created property of this ExtractDetailsSummary. :type time_created: datetime �strZdatetime)�par_url�password�time_createdZparUrlr ZtimeCreatedN)Z swagger_typesZ attribute_map�_par_url� _password� _time_created)�self�kwargs� r �R/usr/lib/python3.9/site-packages/oci/fusion_apps/models/extract_details_summary.py�__init__ s ��zExtractDetailsSummary.__init__c C s | j S )z� **[Required]** Gets the par_url of this ExtractDetailsSummary. The parUrl to extract data extract from Object Storage bucket. :return: The par_url of this ExtractDetailsSummary. :rtype: str �r �r r r r r 4 s zExtractDetailsSummary.par_urlc C s || _ dS )z� Sets the par_url of this ExtractDetailsSummary. The parUrl to extract data extract from Object Storage bucket. :param par_url: The par_url of this ExtractDetailsSummary. :type: str Nr )r r r r r r @ s c C s | j S )z� **[Required]** Gets the password of this ExtractDetailsSummary. The password to decrypt data extract. :return: The password of this ExtractDetailsSummary. :rtype: str �r r r r r r L s zExtractDetailsSummary.passwordc C s || _ dS )z� Sets the password of this ExtractDetailsSummary. The password to decrypt data extract. :param password: The password of this ExtractDetailsSummary. :type: str Nr )r r r r r r X s c C s | j S )a **[Required]** Gets the time_created of this ExtractDetailsSummary. The time when the data extract was requested. An RFC3339 formatted datetime string :return: The time_created of this ExtractDetailsSummary. :rtype: datetime �r r r r r r d s z"ExtractDetailsSummary.time_createdc C s || _ dS )a Sets the time_created of this ExtractDetailsSummary. The time when the data extract was requested. An RFC3339 formatted datetime string :param time_created: The time_created of this ExtractDetailsSummary. :type: datetime Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s zExtractDetailsSummary.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s zExtractDetailsSummary.__eq__c C s | |k S r r r r r r �__ne__� s zExtractDetailsSummary.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"