📂 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
›
data_safe
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/data_safe/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: schedule_report_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 )�ScheduleReportDetailsz- The details of the report schedule. �PDF�XLSc K sF dddddd�| _ dddddd�| _d | _d | _d | _d | _d | _d S ) a( Initializes a new ScheduleReportDetails 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 ScheduleReportDetails. :type display_name: str :param schedule: The value to assign to the schedule property of this ScheduleReportDetails. :type schedule: str :param mime_type: The value to assign to the mime_type property of this ScheduleReportDetails. Allowed values for this property are: "PDF", "XLS" :type mime_type: str :param compartment_id: The value to assign to the compartment_id property of this ScheduleReportDetails. :type compartment_id: str :param report_details: The value to assign to the report_details property of this ScheduleReportDetails. :type report_details: oci.data_safe.models.ReportDetails �strZ ReportDetails)�display_name�schedule� mime_type�compartment_id�report_detailsZdisplayNamer ZmimeTypeZ compartmentIdZ reportDetailsN)Z swagger_typesZ attribute_map� _display_name� _schedule� _mime_type�_compartment_id�_report_details)�self�kwargs� r �P/usr/lib/python3.9/site-packages/oci/data_safe/models/schedule_report_details.py�__init__ s"