📂 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
›
data_integration
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/data_integration/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: aggregator_summary.cpython-39.opt-1.pyc
a ���fY � @ 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 ed d� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Z dd� ZdS )�AggregatorSummaryz| A summary type containing information about the object's aggregator including its type, key, name and description. c K sF dddddd�| _ dddddd�| _d| _d| _d| _d| _d| _dS ) ag Initializes a new AggregatorSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param type: The value to assign to the type property of this AggregatorSummary. :type type: str :param key: The value to assign to the key property of this AggregatorSummary. :type key: str :param name: The value to assign to the name property of this AggregatorSummary. :type name: str :param identifier: The value to assign to the identifier property of this AggregatorSummary. :type identifier: str :param description: The value to assign to the description property of this AggregatorSummary. :type description: str �str)�type�key�name� identifier�descriptionr r r r r N)Z swagger_typesZ attribute_map�_type�_key�_name�_identifier�_description)�self�kwargs� r �R/usr/lib/python3.9/site-packages/oci/data_integration/models/aggregator_summary.py�__init__ s"