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 ZdZdZdZdZdZdZdZ dZ d Zd ZdZ dZd d� Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zdd� Zd d!� Zd"d#� Zd$S )%�Packagez1 Details of the vulnerable package found �JAVA�APK�RPM�DEB�GO�NPM�PYTHON�RUST�PHP_COMPOSER�GEM�MSRC_KBc K sF dddddd�| _ dddddd�| _d | _d | _d | _d | _d | _d S ) aN Initializes a new Package object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param name: The value to assign to the name property of this Package. :type name: str :param version: The value to assign to the version property of this Package. :type version: str :param cve_fix_version: The value to assign to the cve_fix_version property of this Package. :type cve_fix_version: str :param type: The value to assign to the type property of this Package. Allowed values for this property are: "JAVA", "APK", "RPM", "DEB", "GO", "NPM", "PYTHON", "RUST", "PHP_COMPOSER", "GEM", "MSRC_KB", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type type: str :param locations: The value to assign to the locations property of this Package. :type locations: list[str] �strz list[str])�name�version�cve_fix_version�type� locationsr r Z cveFixVersionr r N)Z swagger_typesZ attribute_map�_name�_version�_cve_fix_version�_type� _locations)�self�kwargs� r �M/usr/lib/python3.9/site-packages/oci/vulnerability_scanning/models/package.py�__init__>