📂 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
›
usage_api
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/usage_api/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_schedule_report_details.cpython-39.opt-1.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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�CreateScheduleReportDetailsz" New custom table detail. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new CreateScheduleReportDetails 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 CreateScheduleReportDetails. :type compartment_id: str :param query_id: The value to assign to the query_id property of this CreateScheduleReportDetails. :type query_id: str :param saved_schedule_report: The value to assign to the saved_schedule_report property of this CreateScheduleReportDetails. :type saved_schedule_report: oci.usage_api.models.SavedScheduleReport �strZSavedScheduleReport)�compartment_id�query_id�saved_schedule_reportZ compartmentIdZqueryIdZsavedScheduleReportN)Z swagger_typesZ attribute_map�_compartment_id� _query_id�_saved_schedule_report)�self�kwargs� r �W/usr/lib/python3.9/site-packages/oci/usage_api/models/create_schedule_report_details.py�__init__ s ��z$CreateScheduleReportDetails.__init__c C s | j S )z� **[Required]** Gets the compartment_id of this CreateScheduleReportDetails. The compartment OCID. :return: The compartment_id of this CreateScheduleReportDetails. :rtype: str �r �r r r r r 2 s z*CreateScheduleReportDetails.compartment_idc C s || _ dS )z� Sets the compartment_id of this CreateScheduleReportDetails. The compartment OCID. :param compartment_id: The compartment_id of this CreateScheduleReportDetails. :type: str Nr )r r r r r r >