ruạṛ
a ���fW � @ 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 @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�ResponseAccessControlzj Module that allows inspection of HTTP response properties and to return a defined HTTP response. c K s ddi| _ ddi| _d| _dS )ay Initializes a new ResponseAccessControl object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param rules: The value to assign to the rules property of this ResponseAccessControl. :type rules: list[oci.waf.models.AccessControlRule] �ruleszlist[AccessControlRule]N)Z swagger_typesZ attribute_map�_rules)�self�kwargs� r �J/usr/lib/python3.9/site-packages/oci/waf/models/response_access_control.py�__init__ s ��zResponseAccessControl.__init__c C s | j S )a Gets the rules of this ResponseAccessControl. Ordered list of AccessControlRules. Rules are executed in order of appearance in this array. :return: The rules of this ResponseAccessControl. :rtype: list[oci.waf.models.AccessControlRule] �r �r r r r r &