📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
log_analytics
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/log_analytics/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: release_recalled_data_details.cpython-39.pyc
a ���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 dd� Zdd� Zdd� ZdS )�ReleaseRecalledDataDetailsz9 This is the input used to release recalled data �LOG�LOOKUPc K sF dddddd�| _ ddddd d�| _d | _d | _d | _d | _d | _d S )aU Initializes a new ReleaseRecalledDataDetails 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 ReleaseRecalledDataDetails. :type compartment_id: str :param time_data_ended: The value to assign to the time_data_ended property of this ReleaseRecalledDataDetails. :type time_data_ended: datetime :param time_data_started: The value to assign to the time_data_started property of this ReleaseRecalledDataDetails. :type time_data_started: datetime :param data_type: The value to assign to the data_type property of this ReleaseRecalledDataDetails. Allowed values for this property are: "LOG", "LOOKUP" :type data_type: str :param collection_id: The value to assign to the collection_id property of this ReleaseRecalledDataDetails. :type collection_id: int �strZdatetime�int)�compartment_id�time_data_ended�time_data_started� data_type� collection_idZ compartmentIdZ timeDataEndedZtimeDataStartedZdataTypeZcollectionIdN)Z swagger_typesZ attribute_map�_compartment_id�_time_data_ended�_time_data_started� _data_type�_collection_id)�self�kwargs� r �Z/usr/lib/python3.9/site-packages/oci/log_analytics/models/release_recalled_data_details.py�__init__ s"