ruạṛ
a ���f-+ � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )� Operation� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s4 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 � �Zd"d#� Zd$d%� Zd&d'� Zd(S ))�OperationFromApiz# The API operation object. c K s� ddddddddddddd�| _ dd d ddd ddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _dS )a Initializes a new OperationFromApi object with values from keyword arguments. The default value of the :py:attr:`~oci.data_integration.models.OperationFromApi.model_type` attribute of this class is ``API`` and it should not be changed. 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 OperationFromApi. Allowed values for this property are: "PROCEDURE", "API" :type model_type: str :param metadata: The value to assign to the metadata property of this OperationFromApi. :type metadata: oci.data_integration.models.ObjectMetadata :param key: The value to assign to the key property of this OperationFromApi. :type key: str :param model_version: The value to assign to the model_version property of this OperationFromApi. :type model_version: str :param parent_ref: The value to assign to the parent_ref property of this OperationFromApi. :type parent_ref: oci.data_integration.models.ParentReference :param shape: The value to assign to the shape property of this OperationFromApi. :type shape: oci.data_integration.models.Shape :param name: The value to assign to the name property of this OperationFromApi. :type name: str :param object_version: The value to assign to the object_version property of this OperationFromApi. :type object_version: int :param external_key: The value to assign to the external_key property of this OperationFromApi. :type external_key: str :param resource_name: The value to assign to the resource_name property of this OperationFromApi. :type resource_name: str :param object_status: The value to assign to the object_status property of this OperationFromApi. :type object_status: int :param operation_attributes: The value to assign to the operation_attributes property of this OperationFromApi. :type operation_attributes: oci.data_integration.models.GenericRestApiAttributes �strZObjectMetadataZParentReferenceZShape�intZGenericRestApiAttributes)Z model_type�metadata�key� model_version� parent_ref�shape�name�object_version�external_key� resource_name� object_status�operation_attributesZ modelTyper r ZmodelVersionZ parentRefr r Z objectVersionZexternalKeyZresourceNameZobjectStatusZoperationAttributesNZAPI)Z swagger_typesZ attribute_mapZ_model_typeZ _metadata�_key�_model_version�_parent_ref�_shape�_name�_object_version� _external_key�_resource_name�_object_status�_operation_attributes)�self�kwargs� r"