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 @ sX e Zd ZdZdZdZdZdZdZdZ dd � Z ed d� �Ze dd � �Zejdd � �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejd d� �Ze d!d"� �Zejd#d"� �Ze d$d%� �Zejd&d%� �Ze d'd(� �Zejd)d(� �Zd*d+� Zd,d-� Zd.d/� Zd0S )1�PublishedObjectSummaryz& The published obect summary. �INTEGRATION_TASK�DATA_LOADER_TASK� PIPELINE_TASK�SQL_TASK�OCI_DATAFLOW_TASK� REST_TASKc K sx ddddddddddd� | _ dddd d ddd ddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a� Initializes a new PublishedObjectSummary object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class: * :class:`~oci.data_integration.models.PublishedObjectFromPipelineTaskSummary` * :class:`~oci.data_integration.models.PublishedObjectSummaryFromIntegrationTask` * :class:`~oci.data_integration.models.PublishedObjectSummaryFromDataLoaderTask` 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 PublishedObjectSummary. Allowed values for this property are: "INTEGRATION_TASK", "DATA_LOADER_TASK", "PIPELINE_TASK", "SQL_TASK", "OCI_DATAFLOW_TASK", "REST_TASK", '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 PublishedObjectSummary. :type key: str :param model_version: The value to assign to the model_version property of this PublishedObjectSummary. :type model_version: str :param parent_ref: The value to assign to the parent_ref property of this PublishedObjectSummary. :type parent_ref: oci.data_integration.models.ParentReference :param name: The value to assign to the name property of this PublishedObjectSummary. :type name: str :param description: The value to assign to the description property of this PublishedObjectSummary. :type description: str :param object_version: The value to assign to the object_version property of this PublishedObjectSummary. :type object_version: int :param object_status: The value to assign to the object_status property of this PublishedObjectSummary. :type object_status: int :param identifier: The value to assign to the identifier property of this PublishedObjectSummary. :type identifier: str :param metadata: The value to assign to the metadata property of this PublishedObjectSummary. :type metadata: oci.data_integration.models.ObjectMetadata �strZParentReference�intZObjectMetadata) � model_type�key� model_version� parent_ref�name�description�object_version� object_status� identifier�metadata� modelTyper ZmodelVersionZ parentRefr r Z objectVersionZobjectStatusr r N)Z swagger_typesZ attribute_map�_model_type�_key�_model_version�_parent_ref�_name�_description�_object_version�_object_status�_identifier� _metadata)�self�kwargs� r&