ruạṛ
a ���f�6 � @ 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 @ sV 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� �Zedd� �Zej d d� �Zed!d"� �Zej d#d"� �Zed$d%� �Zej d&d%� �Zd'd(� Zd)d*� Zd+d,� Zd-S ).�CreateScheduleDetailsz The saved schedule. �CSV�PDFc K s� dddddddddddd�| _ dd d ddd dddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )aT Initializes a new CreateScheduleDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param name: The value to assign to the name property of this CreateScheduleDetails. :type name: str :param compartment_id: The value to assign to the compartment_id property of this CreateScheduleDetails. :type compartment_id: str :param description: The value to assign to the description property of this CreateScheduleDetails. :type description: str :param output_file_format: The value to assign to the output_file_format property of this CreateScheduleDetails. Allowed values for this property are: "CSV", "PDF" :type output_file_format: str :param saved_report_id: The value to assign to the saved_report_id property of this CreateScheduleDetails. :type saved_report_id: str :param result_location: The value to assign to the result_location property of this CreateScheduleDetails. :type result_location: oci.usage_api.models.ResultLocation :param schedule_recurrences: The value to assign to the schedule_recurrences property of this CreateScheduleDetails. :type schedule_recurrences: str :param time_scheduled: The value to assign to the time_scheduled property of this CreateScheduleDetails. :type time_scheduled: datetime :param query_properties: The value to assign to the query_properties property of this CreateScheduleDetails. :type query_properties: oci.usage_api.models.QueryProperties :param freeform_tags: The value to assign to the freeform_tags property of this CreateScheduleDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateScheduleDetails. :type defined_tags: dict(str, dict(str, object)) �strZResultLocationZdatetimeZQueryPropertieszdict(str, str)zdict(str, dict(str, object)))�name�compartment_id�description�output_file_format�saved_report_id�result_location�schedule_recurrences�time_scheduled�query_properties� freeform_tags�defined_tagsr Z compartmentIdr ZoutputFileFormatZ savedReportIdZresultLocationZscheduleRecurrencesZ timeScheduledZqueryPropertiesZfreeformTagsZdefinedTagsN) Z swagger_typesZ attribute_map�_name�_compartment_id�_description�_output_file_format�_saved_report_id�_result_location�_schedule_recurrences�_time_scheduled�_query_properties�_freeform_tags� _defined_tags)�self�kwargs� r"