ruạṛ
a ���fB. � @ 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 ZdZdZdZdZdd� Zedd� �Z e j d d� �Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd � �Zej d!d � �Zed"d#� �Zej d$d#� �Zd%d&� Zd'd(� Zd)d*� Zd+S ),�OverlappingRecallSummaryzC This is the information about overlapping recall requests �RECALLED�PENDING�FAILEDc K sx ddddddddddd� | _ ddddd d ddd dd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a� Initializes a new OverlappingRecallSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param time_data_started: The value to assign to the time_data_started property of this OverlappingRecallSummary. :type time_data_started: datetime :param time_data_ended: The value to assign to the time_data_ended property of this OverlappingRecallSummary. :type time_data_ended: datetime :param time_started: The value to assign to the time_started property of this OverlappingRecallSummary. :type time_started: datetime :param status: The value to assign to the status property of this OverlappingRecallSummary. Allowed values for this property are: "RECALLED", "PENDING", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type status: str :param purpose: The value to assign to the purpose property of this OverlappingRecallSummary. :type purpose: str :param query_string: The value to assign to the query_string property of this OverlappingRecallSummary. :type query_string: str :param log_sets: The value to assign to the log_sets property of this OverlappingRecallSummary. :type log_sets: str :param created_by: The value to assign to the created_by property of this OverlappingRecallSummary. :type created_by: str :param collection_id: The value to assign to the collection_id property of this OverlappingRecallSummary. :type collection_id: int :param recall_id: The value to assign to the recall_id property of this OverlappingRecallSummary. :type recall_id: int Zdatetime�str�int) �time_data_started�time_data_ended�time_started�status�purpose�query_string�log_sets� created_by� collection_id� recall_idZtimeDataStartedZ timeDataEndedZtimeStartedr r ZqueryStringZlogSetsZ createdByZcollectionIdZrecallIdN)Z swagger_typesZ attribute_map�_time_data_started�_time_data_ended� _time_started�_status�_purpose� _query_string� _log_sets�_created_by�_collection_id� _recall_id)�self�kwargs� r"