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 d d� Z dd� Zdd� ZdS )�UpdateSchedulingWindowDetailszJ Describes the modification parameters for the Scheduling Window. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS ) a Initializes a new UpdateSchedulingWindowDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param window_preference: The value to assign to the window_preference property of this UpdateSchedulingWindowDetails. :type window_preference: oci.database.models.WindowPreferenceDetail :param freeform_tags: The value to assign to the freeform_tags property of this UpdateSchedulingWindowDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this UpdateSchedulingWindowDetails. :type defined_tags: dict(str, dict(str, object)) ZWindowPreferenceDetailzdict(str, str)zdict(str, dict(str, object)))�window_preference� freeform_tags�defined_tagsZwindowPreferenceZfreeformTagsZdefinedTagsN)Z swagger_typesZ attribute_map�_window_preference�_freeform_tags� _defined_tags)�self�kwargs� r �X/usr/lib/python3.9/site-packages/oci/database/models/update_scheduling_window_details.py�__init__ s ��z&UpdateSchedulingWindowDetails.__init__c C s | j S )z� Gets the window_preference of this UpdateSchedulingWindowDetails. :return: The window_preference of this UpdateSchedulingWindowDetails. :rtype: oci.database.models.WindowPreferenceDetail �r �r r r r r 4 s z/UpdateSchedulingWindowDetails.window_preferencec C s || _ dS )z� Sets the window_preference of this UpdateSchedulingWindowDetails. :param window_preference: The window_preference of this UpdateSchedulingWindowDetails. :type: oci.database.models.WindowPreferenceDetail Nr )r r r r r r >