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 ed d� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Z dd� ZdS )�SecurityPolicyCollectionz. Results of a security policy search. c K sF dddddd�| _ dddd d d�| _d| _d| _d| _d| _d| _dS )aM Initializes a new SecurityPolicyCollection object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param items: The value to assign to the items property of this SecurityPolicyCollection. :type items: list[oci.cloud_guard.models.SecurityPolicySummary] :param locks: The value to assign to the locks property of this SecurityPolicyCollection. :type locks: list[oci.cloud_guard.models.ResourceLock] :param freeform_tags: The value to assign to the freeform_tags property of this SecurityPolicyCollection. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this SecurityPolicyCollection. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this SecurityPolicyCollection. :type system_tags: dict(str, dict(str, object)) zlist[SecurityPolicySummary]zlist[ResourceLock]zdict(str, str)zdict(str, dict(str, object)))�items�locks� freeform_tags�defined_tags�system_tagsr r ZfreeformTagsZdefinedTagsZ systemTagsN)Z swagger_typesZ attribute_map�_items�_locks�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r �U/usr/lib/python3.9/site-packages/oci/cloud_guard/models/security_policy_collection.py�__init__ s"