ruạṛ
a N��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 �str�ParentReference�int�ObjectMetadata) � model_type�key� model_version� parent_ref�name�description�object_version� object_status� identifier�metadata� modelTyper �modelVersion� parentRefr r � objectVersion�objectStatusr r N)� swagger_types� attribute_map�_model_type�_key�_model_version�_parent_ref�_name�_description�_object_version�_object_status�_identifier� _metadata)�self�kwargs� r. ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_integration/models/published_object_summary.py�__init__( s@ 7�� zPublishedObjectSummary.__init__c C s4 | d }|dkrdS |dkr dS |dkr,dS dS d S ) z� Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. r r �&PublishedObjectFromPipelineTaskSummaryr �)PublishedObjectSummaryFromIntegrationTaskr �(PublishedObjectSummaryFromDataLoaderTaskr Nr. )�object_dictionary�typer. r. r/ �get_subtype� s z"PublishedObjectSummary.get_subtypec C s | j S )a� **[Required]** Gets the model_type of this PublishedObjectSummary. The type of the published object. 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'. :return: The model_type of this PublishedObjectSummary. :rtype: str )r"