ruạṛ
a ���f. � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�TargetSelected� )�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 )�TargetIdsSelectedz2 Target selection on basis of target IDs. c K s. ddd�| _ ddd�| _d| _d| _d| _dS )a� Initializes a new TargetIdsSelected object with values from keyword arguments. The default value of the :py:attr:`~oci.cloud_guard.models.TargetIdsSelected.kind` attribute of this class is ``TARGETIDS`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param kind: The value to assign to the kind property of this TargetIdsSelected. Allowed values for this property are: "ALL", "TARGETTYPES", "TARGETIDS" :type kind: str :param values: The value to assign to the values property of this TargetIdsSelected. :type values: list[str] �strz list[str])�kind�valuesr r NZ TARGETIDS)Z swagger_typesZ attribute_mapZ_kind�_values)�self�kwargs� r �N/usr/lib/python3.9/site-packages/oci/cloud_guard/models/target_ids_selected.py�__init__ s ��zTargetIdsSelected.__init__c C s | j S )z� Gets the values of this TargetIdsSelected. IDs of targets :return: The values of this TargetIdsSelected. :rtype: list[str] �r �r r r r r 0 s zTargetIdsSelected.valuesc C s || _ dS )z� Sets the values of this TargetIdsSelected. IDs of targets :param values: The values of this TargetIdsSelected. :type: list[str] Nr )r r r r r r <