ruạṛ
a ���f�3 � @ 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 @ s� 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 � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zed(d)� �Zejd*d)� �Zd+d,� Zd-d.� Zd/d0� Zd1S )2�Variablez/ Variable definitions in the pipeline. c K s� dddddddddddddd� | _ d d ddd ddddddddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _dS )aZ Initializes a new Variable object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param key: The value to assign to the key property of this Variable. :type key: str :param model_version: The value to assign to the model_version property of this Variable. :type model_version: str :param model_type: The value to assign to the model_type property of this Variable. :type model_type: str :param parent_ref: The value to assign to the parent_ref property of this Variable. :type parent_ref: oci.data_integration.models.ParentReference :param name: The value to assign to the name property of this Variable. :type name: str :param description: The value to assign to the description property of this Variable. :type description: str :param object_version: The value to assign to the object_version property of this Variable. :type object_version: int :param object_status: The value to assign to the object_status property of this Variable. :type object_status: int :param identifier: The value to assign to the identifier property of this Variable. :type identifier: str :param type: The value to assign to the type property of this Variable. :type type: oci.data_integration.models.BaseType :param config_values: The value to assign to the config_values property of this Variable. :type config_values: oci.data_integration.models.ConfigValues :param default_value: The value to assign to the default_value property of this Variable. :type default_value: object :param root_object_default_value: The value to assign to the root_object_default_value property of this Variable. :type root_object_default_value: oci.data_integration.models.RootObject �strZParentReference�intZBaseTypeZConfigValues�objectZ RootObject) �key� model_version� model_type� parent_ref�name�description�object_version� object_status� identifier�type� config_values� default_value�root_object_default_valuer ZmodelVersionZ modelTypeZ parentRefr r Z objectVersionZobjectStatusr r ZconfigValuesZdefaultValueZrootObjectDefaultValueN)Z swagger_typesZ attribute_map�_key�_model_version�_model_type�_parent_ref�_name�_description�_object_version�_object_status�_identifier�_type�_config_values�_default_value�_root_object_default_value)�self�kwargs� r&