ruạṛ
a N��fB � @ 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 )� RuleAttributez� Object that defines a usage of an attribute in the context of a rule. Example: For a UNIQUEKEY rule, declares the attribute in a table whose value must be unique. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )aX Initializes a new RuleAttribute 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 RuleAttribute. :type key: str :param display_name: The value to assign to the display_name property of this RuleAttribute. :type display_name: str :param position: The value to assign to the position property of this RuleAttribute. :type position: int �str�int)�key�display_name�positionr �displayNamer N)� swagger_types� attribute_map�_key� _display_name� _position)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_catalog/models/rule_attribute.py�__init__ s ��zRuleAttribute.__init__c C s | j S )z� **[Required]** Gets the key of this RuleAttribute. Immutable unique key of the attribute. :return: The key of this RuleAttribute. :rtype: str �r �r r r r r 3 s zRuleAttribute.keyc C s || _ dS )z� Sets the key of this RuleAttribute. Immutable unique key of the attribute. :param key: The key of this RuleAttribute. :type: str Nr )r r r r r r ? s c C s | j S )a Gets the display_name of this RuleAttribute. A user-friendly display name. Does not have to be unique, and it's changeable. Avoid entering confidential information. :return: The display_name of this RuleAttribute. :rtype: str �r r r r r r K s zRuleAttribute.display_namec C s || _ dS )a Sets the display_name of this RuleAttribute. A user-friendly display name. Does not have to be unique, and it's changeable. Avoid entering confidential information. :param display_name: The display_name of this RuleAttribute. :type: str Nr )r r r r r r X s c C s | j S )z� Gets the position of this RuleAttribute. Position of the attribute in the record definition. :return: The position of this RuleAttribute. :rtype: int �r r r r r r e s zRuleAttribute.positionc C s || _ dS )z� Sets the position of this RuleAttribute. Position of the attribute in the record definition. :param position: The position of this RuleAttribute. :type: int Nr )r r r r r r q s c C s t | �S �N)r r r r r �__repr__} s zRuleAttribute.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s zRuleAttribute.__eq__c C s | |k S r r r r r r �__ne__� s zRuleAttribute.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r! r r r r r s"