ruạṛ
a N��fe � @ 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 d d� Z dd� Zdd� ZdS )�KeyAttributezP An attribute within a key, the attribute property is being deprecated. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new KeyAttribute object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param position: The value to assign to the position property of this KeyAttribute. :type position: int :param shape_field: The value to assign to the shape_field property of this KeyAttribute. :type shape_field: oci.data_integration.models.ShapeField :param attribute: The value to assign to the attribute property of this KeyAttribute. :type attribute: oci.data_integration.models.ShapeField �int� ShapeField)�position�shape_field� attributer � shapeFieldr N)� swagger_types� attribute_map� _position�_shape_field� _attribute)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_integration/models/key_attribute.py�__init__ s ��zKeyAttribute.__init__c C s | j S )z� Gets the position of this KeyAttribute. The position of the attribute. :return: The position of this KeyAttribute. :rtype: int �r �r r r r r 2 s zKeyAttribute.positionc C s || _ dS )z� Sets the position of this KeyAttribute. The position of the attribute. :param position: The position of this KeyAttribute. :type: int Nr )r r r r r r >