ruạṛ
a O��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 edd� �Zej dd� �Zdd� Zdd� Zdd� ZdS )�ScheduledRunz! The saved schedule run. �FAILED� SUCCEEDEDc K sP ddddddd�| _ dddddd d�| _d | _d | _d | _d | _d | _d | _d S )a� Initializes a new ScheduledRun 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 ScheduledRun. :type id: str :param schedule_id: The value to assign to the schedule_id property of this ScheduledRun. :type schedule_id: str :param time_created: The value to assign to the time_created property of this ScheduledRun. :type time_created: datetime :param time_finished: The value to assign to the time_finished property of this ScheduledRun. :type time_finished: datetime :param lifecycle_state: The value to assign to the lifecycle_state property of this ScheduledRun. Allowed values for this property are: "FAILED", "SUCCEEDED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type lifecycle_state: str :param lifecycle_details: The value to assign to the lifecycle_details property of this ScheduledRun. :type lifecycle_details: str �str�datetime)�id�schedule_id�time_created� time_finished�lifecycle_state�lifecycle_detailsr � scheduleId�timeCreated�timeFinished�lifecycleState�lifecycleDetailsN)� swagger_types� attribute_map�_id�_schedule_id� _time_created�_time_finished�_lifecycle_state�_lifecycle_details)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/usage_api/models/scheduled_run.py�__init__ s( !� � zScheduledRun.__init__c C s | j S )z� **[Required]** Gets the id of this ScheduledRun. The ocid representing unique shedule run :return: The id of this ScheduledRun. :rtype: str �r �r r r r! r Q s zScheduledRun.idc C s || _ dS )z� Sets the id of this ScheduledRun. The ocid representing unique shedule run :param id: The id of this ScheduledRun. :type: str Nr# )r r r r r! r ] s c C s | j S )z� **[Required]** Gets the schedule_id of this ScheduledRun. The ocid representing unique shedule :return: The schedule_id of this ScheduledRun. :rtype: str �r r$ r r r! r i s zScheduledRun.schedule_idc C s || _ dS )z� Sets the schedule_id of this ScheduledRun. The ocid representing unique shedule :param schedule_id: The schedule_id of this ScheduledRun. :type: str Nr% )r r r r r! r u s c C s | j S )z� **[Required]** Gets the time_created of this ScheduledRun. The time when schedule started executing :return: The time_created of this ScheduledRun. :rtype: datetime �r r$ r r r! r � s zScheduledRun.time_createdc C s || _ dS )z� Sets the time_created of this ScheduledRun. The time when schedule started executing :param time_created: The time_created of this ScheduledRun. :type: datetime Nr&