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 ZdZdZdZdZdd� Zedd� �Z e j d d� �Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zdd� Zdd� Zdd� ZdS )�UpdateSchedulingPolicyDetailszJ Describes the modification parameters for the Scheduling Policy. � HALFYEARLY� QUARTERLY�MONTHLYc K sF dddddd�| _ dddd d d�| _d| _d| _d| _d| _d| _dS )a� Initializes a new UpdateSchedulingPolicyDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param display_name: The value to assign to the display_name property of this UpdateSchedulingPolicyDetails. :type display_name: str :param cadence: The value to assign to the cadence property of this UpdateSchedulingPolicyDetails. Allowed values for this property are: "HALFYEARLY", "QUARTERLY", "MONTHLY" :type cadence: str :param cadence_start_month: The value to assign to the cadence_start_month property of this UpdateSchedulingPolicyDetails. :type cadence_start_month: oci.database.models.Month :param freeform_tags: The value to assign to the freeform_tags property of this UpdateSchedulingPolicyDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this UpdateSchedulingPolicyDetails. :type defined_tags: dict(str, dict(str, object)) �strZMonthzdict(str, str)zdict(str, dict(str, object)))�display_name�cadence�cadence_start_month� freeform_tags�defined_tagsZdisplayNamer ZcadenceStartMonthZfreeformTagsZdefinedTagsN)Z swagger_typesZ attribute_map� _display_name�_cadence�_cadence_start_month�_freeform_tags� _defined_tags)�self�kwargs� r �X/usr/lib/python3.9/site-packages/oci/database/models/update_scheduling_policy_details.py�__init__ s"