ruạṛ
a N��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 �str�ObjectMetadata�ParentReference�Shape�int�GenericRestApiAttributes)� model_type�metadata�key� model_version� parent_ref�shape�name�object_version�external_key� resource_name� object_status�operation_attributes� modelTyper r �modelVersion� parentRefr r � objectVersion�externalKey�resourceName�objectStatus�operationAttributesN�API)� swagger_types� attribute_map�_model_type� _metadata�_key�_model_version�_parent_ref�_shape�_name�_object_version� _external_key�_resource_name�_object_status�_operation_attributes)�self�kwargs� r4 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_integration/models/operation_from_api.py�__init__ sN 9��zOperationFromApi.__init__c C s | j S )z� Gets the key of this OperationFromApi. The operation key, used to identiying this metadata object within the dataflow. :return: The key of this OperationFromApi. :rtype: str �r( �r2 r4 r4 r5 r t s zOperationFromApi.keyc C s || _ dS )z� Sets the key of this OperationFromApi. The operation key, used to identiying this metadata object within the dataflow. :param key: The key of this OperationFromApi. :type: str Nr7 )r2 r r4 r4 r5 r � s c C s | j S )z� Gets the model_version of this OperationFromApi. The model version of the object. :return: The model_version of this OperationFromApi. :rtype: str �r) r8 r4 r4 r5 r � s zOperationFromApi.model_versionc C s || _ dS )z� Sets the model_version of this OperationFromApi. The model version of the object. :param model_version: The model_version of this OperationFromApi. :type: str Nr9 )r2 r r4 r4 r5 r � s c C s | j S )z� Gets the parent_ref of this OperationFromApi. :return: The parent_ref of this OperationFromApi. :rtype: oci.data_integration.models.ParentReference �r* r8 r4 r4 r5 r � s zOperationFromApi.parent_refc C s || _ dS )z� Sets the parent_ref of this OperationFromApi. :param parent_ref: The parent_ref of this OperationFromApi. :type: oci.data_integration.models.ParentReference Nr: )r2 r r4 r4 r5 r � s c C s | j S )z� Gets the shape of this OperationFromApi. :return: The shape of this OperationFromApi. :rtype: oci.data_integration.models.Shape �r+ r8 r4 r4 r5 r � s zOperationFromApi.shapec C s || _ dS )z� Sets the shape of this OperationFromApi. :param shape: The shape of this OperationFromApi. :type: oci.data_integration.models.Shape Nr; )r2 r r4 r4 r5 r � s c C s | j S )z� **[Required]** Gets the name of this OperationFromApi. The operation name. This value is unique. :return: The name of this OperationFromApi. :rtype: str �r, r8 r4 r4 r5 r � s zOperationFromApi.namec C s || _ dS )z� Sets the name of this OperationFromApi. The operation name. This value is unique. :param name: The name of this OperationFromApi. :type: str Nr<