ruạṛ
a N��f�1 � @ 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 @ sN 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 � �Zed"d#� �Zejd$d#� �Zd%d&� Zd'd(� Zd)d*� Zd+S ),�CreateScheduleDetailsz. The details for creating a schedule. c K s� dddddddddddd�| _ ddd d ddd ddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _dS )a� Initializes a new CreateScheduleDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param key: The value to assign to the key property of this CreateScheduleDetails. :type key: str :param model_version: The value to assign to the model_version property of this CreateScheduleDetails. :type model_version: str :param name: The value to assign to the name property of this CreateScheduleDetails. :type name: str :param description: The value to assign to the description property of this CreateScheduleDetails. :type description: str :param object_version: The value to assign to the object_version property of this CreateScheduleDetails. :type object_version: int :param object_status: The value to assign to the object_status property of this CreateScheduleDetails. :type object_status: int :param identifier: The value to assign to the identifier property of this CreateScheduleDetails. :type identifier: str :param frequency_details: The value to assign to the frequency_details property of this CreateScheduleDetails. :type frequency_details: oci.data_integration.models.AbstractFrequencyDetails :param timezone: The value to assign to the timezone property of this CreateScheduleDetails. :type timezone: str :param is_daylight_adjustment_enabled: The value to assign to the is_daylight_adjustment_enabled property of this CreateScheduleDetails. :type is_daylight_adjustment_enabled: bool :param registry_metadata: The value to assign to the registry_metadata property of this CreateScheduleDetails. :type registry_metadata: oci.data_integration.models.RegistryMetadata �str�int�AbstractFrequencyDetails�bool�RegistryMetadata)�key� model_version�name�description�object_version� object_status� identifier�frequency_details�timezone�is_daylight_adjustment_enabled�registry_metadatar �modelVersionr r � objectVersion�objectStatusr �frequencyDetailsr �isDaylightAdjustmentEnabled�registryMetadataN) � swagger_types� attribute_map�_key�_model_version�_name�_description�_object_version�_object_status�_identifier�_frequency_details� _timezone�_is_daylight_adjustment_enabled�_registry_metadata)�self�kwargs� r, ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_integration/models/create_schedule_details.py�__init__ sF 3��zCreateScheduleDetails.__init__c C s | j S )a. Gets the key of this CreateScheduleDetails. Generated key that can be used in API calls to identify schedule. On scenarios where reference to the schedule is needed, a value can be passed in create. :return: The key of this CreateScheduleDetails. :rtype: str �r �r* r, r, r- r j s zCreateScheduleDetails.keyc C s || _ dS )a0 Sets the key of this CreateScheduleDetails. Generated key that can be used in API calls to identify schedule. On scenarios where reference to the schedule is needed, a value can be passed in create. :param key: The key of this CreateScheduleDetails. :type: str Nr/ )r* r r, r, r- r v s c C s | j S )a Gets the model_version of this CreateScheduleDetails. This is a version number that is used by the service to upgrade objects if needed through releases of the service. :return: The model_version of this CreateScheduleDetails. :rtype: str �r r0 r, r, r- r � s z#CreateScheduleDetails.model_versionc C s || _ dS )a& Sets the model_version of this CreateScheduleDetails. This is a version number that is used by the service to upgrade objects if needed through releases of the service. :param model_version: The model_version of this CreateScheduleDetails. :type: str Nr1 )r* r r, r, r- r � s c C s | j S )aX **[Required]** Gets the name of this CreateScheduleDetails. Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters. :return: The name of this CreateScheduleDetails. :rtype: str �r! r0 r, r, r- r � s zCreateScheduleDetails.namec C s || _ dS )aL Sets the name of this CreateScheduleDetails. Free form text without any restriction on permitted characters. Name can have letters, numbers, and special characters. The value is editable and is restricted to 1000 characters. :param name: The name of this CreateScheduleDetails. :type: str Nr2 )r* r r, r, r- r � s c C s | j S )z� Gets the description of this CreateScheduleDetails. Detailed description for the object. :return: The description of this CreateScheduleDetails. :rtype: str �r"