ruạṛ
a ���f�0 � @ 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 @ sR e Zd ZdZdZdd� Zedd� �Zejdd� �Zedd � �Z e jd d � �Z edd� �Z e jd d� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zed d!� �Zejd"d!� �Zed#d$� �Zejd%d$� �Zd&d'� Zd(d)� Zd*d+� Zd,S )-�DetailedDescriptionz0 The detailed description of an object. �DETAILED_DESCRIPTIONc K s� dddddddddddd�| _ dddd d ddd dddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )a# Initializes a new DetailedDescription object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param model_type: The value to assign to the model_type property of this DetailedDescription. Allowed values for this property are: "DETAILED_DESCRIPTION", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type model_type: str :param key: The value to assign to the key property of this DetailedDescription. :type key: str :param model_version: The value to assign to the model_version property of this DetailedDescription. :type model_version: str :param parent_ref: The value to assign to the parent_ref property of this DetailedDescription. :type parent_ref: oci.data_integration.models.ParentReference :param name: The value to assign to the name property of this DetailedDescription. :type name: str :param object_version: The value to assign to the object_version property of this DetailedDescription. :type object_version: int :param object_status: The value to assign to the object_status property of this DetailedDescription. :type object_status: int :param identifier: The value to assign to the identifier property of this DetailedDescription. :type identifier: str :param metadata: The value to assign to the metadata property of this DetailedDescription. :type metadata: oci.data_integration.models.ObjectMetadata :param logo: The value to assign to the logo property of this DetailedDescription. :type logo: str :param detailed_description: The value to assign to the detailed_description property of this DetailedDescription. :type detailed_description: str �strZParentReference�intZObjectMetadata)� model_type�key� model_version� parent_ref�name�object_version� object_status� identifier�metadata�logo�detailed_descriptionZ modelTyper ZmodelVersionZ parentRefr Z objectVersionZobjectStatusr r r ZdetailedDescriptionN) Z swagger_typesZ attribute_map�_model_type�_key�_model_version�_parent_ref�_name�_object_version�_object_status�_identifier� _metadata�_logo�_detailed_description)�self�kwargs� r"