ruạṛ
a ���f�6 � @ 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� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zed(d)� �Zejd*d)� �Zed+d,� �Zejd-d,� �Zd.d/� Zd0d1� Zd2d3� Zd4S )5� SchemaSummaryz$ The schema summary object. c K s� ddddddddddddddd�| _ ddd d ddd dddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _dS )a� Initializes a new SchemaSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param key: The value to assign to the key property of this SchemaSummary. :type key: str :param model_type: The value to assign to the model_type property of this SchemaSummary. :type model_type: str :param model_version: The value to assign to the model_version property of this SchemaSummary. :type model_version: str :param parent_ref: The value to assign to the parent_ref property of this SchemaSummary. :type parent_ref: oci.data_integration.models.ParentReference :param name: The value to assign to the name property of this SchemaSummary. :type name: str :param resource_name: The value to assign to the resource_name property of this SchemaSummary. :type resource_name: str :param description: The value to assign to the description property of this SchemaSummary. :type description: str :param object_version: The value to assign to the object_version property of this SchemaSummary. :type object_version: int :param external_key: The value to assign to the external_key property of this SchemaSummary. :type external_key: str :param is_has_containers: The value to assign to the is_has_containers property of this SchemaSummary. :type is_has_containers: bool :param default_connection: The value to assign to the default_connection property of this SchemaSummary. :type default_connection: str :param object_status: The value to assign to the object_status property of this SchemaSummary. :type object_status: int :param identifier: The value to assign to the identifier property of this SchemaSummary. :type identifier: str :param metadata: The value to assign to the metadata property of this SchemaSummary. :type metadata: oci.data_integration.models.ObjectMetadata �strZParentReference�int�boolZObjectMetadata)�key� model_type� model_version� parent_ref�name� resource_name�description�object_version�external_key�is_has_containers�default_connection� object_status� identifier�metadatar Z modelTypeZmodelVersionZ parentRefr ZresourceNamer Z objectVersionZexternalKeyZisHasContainersZdefaultConnectionZobjectStatusr r N)Z swagger_typesZ attribute_map�_key�_model_type�_model_version�_parent_ref�_name�_resource_name�_description�_object_version� _external_key�_is_has_containers�_default_connection�_object_status�_identifier� _metadata)�self�kwargs� r( �N/usr/lib/python3.9/site-packages/oci/data_integration/models/schema_summary.py�__init__ sX ?��zSchemaSummary.__init__c C s | j S )z� Gets the key of this SchemaSummary. The object key. :return: The key of this SchemaSummary. :rtype: str �r �r&