ruạṛ
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 ed d� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Z dd� ZdS )�UpdateExecutionWindowDetailszI Describes the modification parameters for the execution window. c K sF dddddd�| _ ddd d dd�| _d| _d| _d| _d| _d| _dS ) ai Initializes a new UpdateExecutionWindowDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param time_scheduled: The value to assign to the time_scheduled property of this UpdateExecutionWindowDetails. :type time_scheduled: datetime :param window_duration_in_mins: The value to assign to the window_duration_in_mins property of this UpdateExecutionWindowDetails. :type window_duration_in_mins: int :param is_enforced_duration: The value to assign to the is_enforced_duration property of this UpdateExecutionWindowDetails. :type is_enforced_duration: bool :param freeform_tags: The value to assign to the freeform_tags property of this UpdateExecutionWindowDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this UpdateExecutionWindowDetails. :type defined_tags: dict(str, dict(str, object)) Zdatetime�int�boolzdict(str, str)zdict(str, dict(str, object)))�time_scheduled�window_duration_in_mins�is_enforced_duration� freeform_tags�defined_tagsZ timeScheduledZwindowDurationInMinsZisEnforcedDurationZfreeformTagsZdefinedTagsN)Z swagger_typesZ attribute_map�_time_scheduled�_window_duration_in_mins�_is_enforced_duration�_freeform_tags� _defined_tags)�self�kwargs� r �W/usr/lib/python3.9/site-packages/oci/database/models/update_execution_window_details.py�__init__ s"