ruạṛ
a ���fG/ � @ 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 @ s4 e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zd"d#� Zd$d%� Zd&d'� Zd(S ))�ScheduleSummaryz1 Schedule summary for the list schedule. c K sx ddddddddddd� | _ dddd d ddd ddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a� Initializes a new ScheduleSummary 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 ScheduleSummary. :type id: str :param name: The value to assign to the name property of this ScheduleSummary. :type name: str :param description: The value to assign to the description property of this ScheduleSummary. :type description: str :param time_next_run: The value to assign to the time_next_run property of this ScheduleSummary. :type time_next_run: datetime :param schedule_recurrences: The value to assign to the schedule_recurrences property of this ScheduleSummary. :type schedule_recurrences: str :param time_scheduled: The value to assign to the time_scheduled property of this ScheduleSummary. :type time_scheduled: datetime :param freeform_tags: The value to assign to the freeform_tags property of this ScheduleSummary. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this ScheduleSummary. :type defined_tags: dict(str, dict(str, object)) :param system_tags: The value to assign to the system_tags property of this ScheduleSummary. :type system_tags: dict(str, dict(str, object)) :param lifecycle_state: The value to assign to the lifecycle_state property of this ScheduleSummary. :type lifecycle_state: str �strZdatetimezdict(str, str)zdict(str, dict(str, object))) �id�name�description� time_next_run�schedule_recurrences�time_scheduled� freeform_tags�defined_tags�system_tags�lifecycle_stater r r ZtimeNextRunZscheduleRecurrencesZ timeScheduledZfreeformTagsZdefinedTagsZ systemTagsZlifecycleStateN)Z swagger_typesZ attribute_map�_id�_name�_description�_time_next_run�_schedule_recurrences�_time_scheduled�_freeform_tags� _defined_tags�_system_tags�_lifecycle_state)�self�kwargs� r �I/usr/lib/python3.9/site-packages/oci/usage_api/models/schedule_summary.py�__init__ s@ /�� zScheduleSummary.__init__c C s | j S )z� **[Required]** Gets the id of this ScheduleSummary. The schedule OCID. :return: The id of this ScheduleSummary. :rtype: str �r �r r r r r e s zScheduleSummary.idc C s || _ dS )z� Sets the id of this ScheduleSummary. The schedule OCID. :param id: The id of this ScheduleSummary. :type: str Nr! )r r r r r r q s c C s | j S )z� **[Required]** Gets the name of this ScheduleSummary. The unique name of the user-created schedule. :return: The name of this ScheduleSummary. :rtype: str �r r"