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 ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zedd� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �Zej dd� �Zdd� Zdd� Zdd � Zd!S )"�DataSourceEventSummaryz< The information about Event details of DataSource. �SUCCESS�FAILUREc K sZ dddddddd�| _ ddddd d dd�| _d| _d| _d| _d| _d| _d| _d| _dS ) a� Initializes a new DataSourceEventSummary 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 DataSourceEventSummary. :type region: str :param event_date: The value to assign to the event_date property of this DataSourceEventSummary. :type event_date: datetime :param data_source_id: The value to assign to the data_source_id property of this DataSourceEventSummary. :type data_source_id: str :param time_created: The value to assign to the time_created property of this DataSourceEventSummary. :type time_created: datetime :param status: The value to assign to the status property of this DataSourceEventSummary. Allowed values for this property are: "SUCCESS", "FAILURE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type status: str :param comments: The value to assign to the comments property of this DataSourceEventSummary. :type comments: str :param event_info: The value to assign to the event_info property of this DataSourceEventSummary. :type event_info: oci.cloud_guard.models.DataSourceEventInfo �str�datetime�DataSourceEventInfo)�region� event_date�data_source_id�time_created�status�comments� event_infor � eventDate�dataSourceId�timeCreatedr r � eventInfoN) � swagger_types� attribute_map�_region�_event_date�_data_source_id� _time_created�_status� _comments�_event_info)�self�kwargs� r"