📂 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.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: purge_storage_data_details.cpython-39.pyc
a ���fU � @ 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 )�PurgeStorageDataDetailsz. This is the input used to purge data �LOG�LOOKUPc K sF dddddd�| _ ddddd d�| _d | _d | _d | _d | _d | _d S )af Initializes a new PurgeStorageDataDetails 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 PurgeStorageDataDetails. :type compartment_id: str :param compartment_id_in_subtree: The value to assign to the compartment_id_in_subtree property of this PurgeStorageDataDetails. :type compartment_id_in_subtree: bool :param time_data_ended: The value to assign to the time_data_ended property of this PurgeStorageDataDetails. :type time_data_ended: datetime :param purge_query_string: The value to assign to the purge_query_string property of this PurgeStorageDataDetails. :type purge_query_string: str :param data_type: The value to assign to the data_type property of this PurgeStorageDataDetails. Allowed values for this property are: "LOG", "LOOKUP" :type data_type: str �str�boolZdatetime)�compartment_id�compartment_id_in_subtree�time_data_ended�purge_query_string� data_typeZ compartmentIdZcompartmentIdInSubtreeZ timeDataEndedZpurgeQueryStringZdataTypeN)Z swagger_typesZ attribute_map�_compartment_id�_compartment_id_in_subtree�_time_data_ended�_purge_query_string� _data_type)�self�kwargs� r �W/usr/lib/python3.9/site-packages/oci/log_analytics/models/purge_storage_data_details.py�__init__ s"