ruạṛ
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"