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 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� �Zdd� Zdd� Zdd� ZdS )�RecalledDataz5 This is the information about recalled data �RECALLED�PENDINGc K sP ddddddd�| _ ddddd d d�| _d| _d| _d| _d| _d| _d| _dS )a" Initializes a new RecalledData object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param time_data_ended: The value to assign to the time_data_ended property of this RecalledData. :type time_data_ended: datetime :param time_data_started: The value to assign to the time_data_started property of this RecalledData. :type time_data_started: datetime :param time_started: The value to assign to the time_started property of this RecalledData. :type time_started: datetime :param status: The value to assign to the status property of this RecalledData. Allowed values for this property are: "RECALLED", "PENDING", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type status: str :param recall_count: The value to assign to the recall_count property of this RecalledData. :type recall_count: int :param storage_usage_in_bytes: The value to assign to the storage_usage_in_bytes property of this RecalledData. :type storage_usage_in_bytes: int �datetime�str�int)�time_data_ended�time_data_started�time_started�status�recall_count�storage_usage_in_bytes� timeDataEnded�timeDataStarted�timeStartedr �recallCount�storageUsageInBytesN)� swagger_types� attribute_map�_time_data_ended�_time_data_started� _time_started�_status� _recall_count�_storage_usage_in_bytes)�self�kwargs� r! ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/log_analytics/models/recalled_data.py�__init__ s( !� � zRecalledData.__init__c C s | j S )z� **[Required]** Gets the time_data_ended of this RecalledData. This is the end of the time range of the related data :return: The time_data_ended of this RecalledData. :rtype: datetime �r �r r! r! r"