ruạṛ
a ���fQ � @ 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 )�AdhocQueryResourcezL Details about the adhoc resources for which query needs to be run. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new AdhocQueryResource object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param region: The value to assign to the region property of this AdhocQueryResource. :type region: str :param resource_ids: The value to assign to the resource_ids property of this AdhocQueryResource. :type resource_ids: list[str] :param resource_type: The value to assign to the resource_type property of this AdhocQueryResource. :type resource_type: str �strz list[str])�region�resource_ids� resource_typer ZresourceIdsZresourceTypeN)Z swagger_typesZ attribute_map�_region� _resource_ids�_resource_type)�self�kwargs� r �O/usr/lib/python3.9/site-packages/oci/cloud_guard/models/adhoc_query_resource.py�__init__ s ��zAdhocQueryResource.__init__c C s | j S )z� Gets the region of this AdhocQueryResource. Region in which adhoc query needs to be run :return: The region of this AdhocQueryResource. :rtype: str �r �r r r r r 4 s zAdhocQueryResource.regionc C s || _ dS )z� Sets the region of this AdhocQueryResource. Region in which adhoc query needs to be run :param region: The region of this AdhocQueryResource. :type: str Nr )r r r r r r @ s c C s | j S )z� Gets the resource_ids of this AdhocQueryResource. List of OCIDs on which query needs to be run :return: The resource_ids of this AdhocQueryResource. :rtype: list[str] �r r r r r r L s zAdhocQueryResource.resource_idsc C s || _ dS )z� Sets the resource_ids of this AdhocQueryResource. List of OCIDs on which query needs to be run :param resource_ids: The resource_ids of this AdhocQueryResource. :type: list[str] Nr )r r r r r r X s c C s | j S )z� Gets the resource_type of this AdhocQueryResource. Type of resource :return: The resource_type of this AdhocQueryResource. :rtype: str �r r r r r r d s z AdhocQueryResource.resource_typec C s || _ dS )z� Sets the resource_type of this AdhocQueryResource. Type of resource :param resource_type: The resource_type of this AdhocQueryResource. :type: str Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s zAdhocQueryResource.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s zAdhocQueryResource.__eq__c C s | |k S r r r r r r �__ne__� s zAdhocQueryResource.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"