ruạṛ
a O��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 d d� Z dd� Zdd� ZdS )�!ExportHostVulnerabilityCsvDetailszD Details for a Host Vulnerability list export to CSV action c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new ExportHostVulnerabilityCsvDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param compartment_id: The value to assign to the compartment_id property of this ExportHostVulnerabilityCsvDetails. :type compartment_id: str :param time_last_detected_greater_than_or_equal_to: The value to assign to the time_last_detected_greater_than_or_equal_to property of this ExportHostVulnerabilityCsvDetails. :type time_last_detected_greater_than_or_equal_to: datetime :param time_last_detected_less_than_or_equal_to: The value to assign to the time_last_detected_less_than_or_equal_to property of this ExportHostVulnerabilityCsvDetails. :type time_last_detected_less_than_or_equal_to: datetime �str�datetime)�compartment_id�+time_last_detected_greater_than_or_equal_to�(time_last_detected_less_than_or_equal_to� compartmentId�$timeLastDetectedGreaterThanOrEqualTo�!timeLastDetectedLessThanOrEqualToN)� swagger_types� attribute_map�_compartment_id�,_time_last_detected_greater_than_or_equal_to�)_time_last_detected_less_than_or_equal_to)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/vulnerability_scanning/models/export_host_vulnerability_csv_details.py�__init__ s ��z*ExportHostVulnerabilityCsvDetails.__init__c C s | j S )a_ **[Required]** Gets the compartment_id of this ExportHostVulnerabilityCsvDetails. The `OCID`__ of the compartment to list vulnerabilities in. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :return: The compartment_id of this ExportHostVulnerabilityCsvDetails. :rtype: str �r �r r r r r 2 s z0ExportHostVulnerabilityCsvDetails.compartment_idc C s || _ dS )a] Sets the compartment_id of this ExportHostVulnerabilityCsvDetails. The `OCID`__ of the compartment to list vulnerabilities in. __ https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm :param compartment_id: The compartment_id of this ExportHostVulnerabilityCsvDetails. :type: str Nr )r r r r r r @ s c C s | j S )a� **[Required]** Gets the time_last_detected_greater_than_or_equal_to of this ExportHostVulnerabilityCsvDetails. Date and time on or after which this vulnerability was last detected, as described in `RFC 3339`__ __ https://tools.ietf.org/rfc/rfc3339 :return: The time_last_detected_greater_than_or_equal_to of this ExportHostVulnerabilityCsvDetails. :rtype: datetime �r r r r r r N s zMExportHostVulnerabilityCsvDetails.time_last_detected_greater_than_or_equal_toc C s || _ dS )a� Sets the time_last_detected_greater_than_or_equal_to of this ExportHostVulnerabilityCsvDetails. Date and time on or after which this vulnerability was last detected, as described in `RFC 3339`__ __ https://tools.ietf.org/rfc/rfc3339 :param time_last_detected_greater_than_or_equal_to: The time_last_detected_greater_than_or_equal_to of this ExportHostVulnerabilityCsvDetails. :type: datetime Nr )r r r r r r \ s c C s | j S )a� **[Required]** Gets the time_last_detected_less_than_or_equal_to of this ExportHostVulnerabilityCsvDetails. Date and time on or before which this vulnerability was last detected, as described in `RFC 3339`__ __ https://tools.ietf.org/rfc/rfc3339 :return: The time_last_detected_less_than_or_equal_to of this ExportHostVulnerabilityCsvDetails. :rtype: datetime �r r r r r r j s zJExportHostVulnerabilityCsvDetails.time_last_detected_less_than_or_equal_toc C s || _ dS )a� Sets the time_last_detected_less_than_or_equal_to of this ExportHostVulnerabilityCsvDetails. Date and time on or before which this vulnerability was last detected, as described in `RFC 3339`__ __ https://tools.ietf.org/rfc/rfc3339 :param time_last_detected_less_than_or_equal_to: The time_last_detected_less_than_or_equal_to of this ExportHostVulnerabilityCsvDetails. :type: datetime Nr )r r r r r r x s c C s t | �S �N)r r r r r �__repr__� s z*ExportHostVulnerabilityCsvDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__� s z(ExportHostVulnerabilityCsvDetails.__eq__c C s | |k S r r r r r r �__ne__� s z(ExportHostVulnerabilityCsvDetails.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r"