ruạṛ
a ���f� � @ 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 )�RuleSummaryz) Summary information for a rule. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )ay Initializes a new RuleSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this RuleSummary. :type id: str :param description: The value to assign to the description property of this RuleSummary. :type description: str :param parameters: The value to assign to the parameters property of this RuleSummary. :type parameters: list[oci.cloud_guard.models.OperatorSummary] �strzlist[OperatorSummary])�id�description� parametersr r r N)Z swagger_typesZ attribute_map�_id�_description�_parameters)�self�kwargs� r �G/usr/lib/python3.9/site-packages/oci/cloud_guard/models/rule_summary.py�__init__ s ��zRuleSummary.__init__c C s | j S )z� **[Required]** Gets the id of this RuleSummary. Unique identifier of the rule :return: The id of this RuleSummary. :rtype: str �r �r r r r r 4 s zRuleSummary.idc C s || _ dS )z� Sets the id of this RuleSummary. Unique identifier of the rule :param id: The id of this RuleSummary. :type: str Nr )r r r r r r @ s c C s | j S )z� **[Required]** Gets the description of this RuleSummary. Description of the rule :return: The description of this RuleSummary. :rtype: str �r r r r r r L s zRuleSummary.descriptionc C s || _ dS )z� Sets the description of this RuleSummary. Description of the rule :param description: The description of this RuleSummary. :type: str Nr )r r r r r r X s c C s | j S )z� **[Required]** Gets the parameters of this RuleSummary. List of parameters applicable for the rule :return: The parameters of this RuleSummary. :rtype: list[oci.cloud_guard.models.OperatorSummary] �r r r r r r d s zRuleSummary.parametersc C s || _ dS )z� Sets the parameters of this RuleSummary. List of parameters applicable for the rule :param parameters: The parameters of this RuleSummary. :type: list[oci.cloud_guard.models.OperatorSummary] Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s zRuleSummary.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s zRuleSummary.__eq__c C s | |k S r r r r r r �__ne__� s zRuleSummary.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"