ruạṛ
a N��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� �Zedd� �Zejdd� �Zdd� Z dd� Zdd� ZdS )�ProblemEntitySummaryz` The information about problem entities details of DataSource for a CloudGuard Problem. c K sP ddddddd�| _ dddd d dd�| _d| _d| _d| _d| _d| _d| _dS ) a� Initializes a new ProblemEntitySummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param regions: The value to assign to the regions property of this ProblemEntitySummary. :type regions: list[str] :param time_first_detected: The value to assign to the time_first_detected property of this ProblemEntitySummary. :type time_first_detected: datetime :param problem_id: The value to assign to the problem_id property of this ProblemEntitySummary. :type problem_id: str :param time_last_detected: The value to assign to the time_last_detected property of this ProblemEntitySummary. :type time_last_detected: datetime :param result_url: The value to assign to the result_url property of this ProblemEntitySummary. :type result_url: str :param entity_details: The value to assign to the entity_details property of this ProblemEntitySummary. :type entity_details: list[oci.cloud_guard.models.EntityDetails] z list[str]�datetime�strzlist[EntityDetails])�regions�time_first_detected� problem_id�time_last_detected� result_url�entity_detailsr �timeFirstDetected� problemId�timeLastDetected� resultUrl� entityDetailsN)� swagger_types� attribute_map�_regions�_time_first_detected�_problem_id�_time_last_detected�_result_url�_entity_details)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/cloud_guard/models/problem_entity_summary.py�__init__ s( � � zProblemEntitySummary.__init__c C s | j S )z� **[Required]** Gets the regions of this ProblemEntitySummary. Data source problem entities region :return: The regions of this ProblemEntitySummary. :rtype: list[str] �r �r r r r r G s zProblemEntitySummary.regionsc C s || _ dS )z� Sets the regions of this ProblemEntitySummary. Data source problem entities region :param regions: The regions of this ProblemEntitySummary. :type: list[str] Nr! )r r r r r r S s c C s | j S )z� **[Required]** Gets the time_first_detected of this ProblemEntitySummary. Data source problem entities first detected time :return: The time_first_detected of this ProblemEntitySummary. :rtype: datetime �r r"