ruạṛ
a ���fNJ � @ 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 ZdZdZdZdZdZdd� Ze dd � �Z e jd d � �Z e dd� �Zejd d� �Ze dd� �Z e jdd� �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze d d!� �Zejd"d!� �Ze d#d$� �Zejd%d$� �Ze d&d'� �Zejd(d'� �Ze d)d*� �Zejd+d*� �Ze d,d-� �Zejd.d-� �Ze d/d0� �Zejd1d0� �Ze d2d3� �Zejd4d3� �Ze d5d6� �Zejd7d6� �Zd8d9� Zd:d;� Zd<d=� Zd>S )?�Schedulez The schedule. �CSV�PDF�ACTIVE�INACTIVEc K s� ddddddddddddddddd�| _ dd d ddd ddddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _d| _dS )a� Initializes a new Schedule object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this Schedule. :type id: str :param name: The value to assign to the name property of this Schedule. :type name: str :param compartment_id: The value to assign to the compartment_id property of this Schedule. :type compartment_id: str :param result_location: The value to assign to the result_location property of this Schedule. :type result_location: oci.usage_api.models.ResultLocation :param description: The value to assign to the description property of this Schedule. :type description: str :param time_next_run: The value to assign to the time_next_run property of this Schedule. :type time_next_run: datetime :param output_file_format: The value to assign to the output_file_format property of this Schedule. Allowed values for this property are: "CSV", "PDF", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type output_file_format: str :param saved_report_id: The value to assign to the saved_report_id property of this Schedule. :type saved_report_id: str :param schedule_recurrences: The value to assign to the schedule_recurrences property of this Schedule. :type schedule_recurrences: str :param time_scheduled: The value to assign to the time_scheduled property of this Schedule. :type time_scheduled: datetime :param query_properties: The value to assign to the query_properties property of this Schedule. :type query_properties: oci.usage_api.models.QueryProperties :param time_created: The value to assign to the time_created property of this Schedule. :type time_created: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this Schedule. Allowed values for this property are: "ACTIVE", "INACTIVE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param freeform_tags: The value to assign to the freeform_tags property of this Schedule. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this Schedule. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this Schedule. :type system_tags: dict(str, dict(str, object)) �strZResultLocationZdatetimeZQueryPropertieszdict(str, str)zdict(str, dict(str, object)))�id�name�compartment_id�result_location�description� time_next_run�output_file_format�saved_report_id�schedule_recurrences�time_scheduled�query_properties�time_created�lifecycle_state� freeform_tags�defined_tags�system_tagsr r Z compartmentIdZresultLocationr ZtimeNextRunZoutputFileFormatZ savedReportIdZscheduleRecurrencesZ timeScheduledZqueryPropertiesZtimeCreatedZlifecycleStateZfreeformTagsZdefinedTagsZ systemTagsN)Z swagger_typesZ attribute_map�_id�_name�_compartment_id�_result_location�_description�_time_next_run�_output_file_format�_saved_report_id�_schedule_recurrences�_time_scheduled�_query_properties� _time_created�_lifecycle_state�_freeform_tags� _defined_tags�_system_tags)�self�kwargs� r. �A/usr/lib/python3.9/site-packages/oci/usage_api/models/schedule.py�__init__"