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 @ s4 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 � �Zd"d#� Zd$d%� Zd&d'� Zd(S ))�UpdateProjectDetailsz; The properties used in project update operations. c K sx ddddddddddd� | _ dddd d ddd ddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a� Initializes a new UpdateProjectDetails 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 UpdateProjectDetails. :type key: str :param model_type: The value to assign to the model_type property of this UpdateProjectDetails. :type model_type: str :param model_version: The value to assign to the model_version property of this UpdateProjectDetails. :type model_version: str :param name: The value to assign to the name property of this UpdateProjectDetails. :type name: str :param description: The value to assign to the description property of this UpdateProjectDetails. :type description: str :param object_status: The value to assign to the object_status property of this UpdateProjectDetails. :type object_status: int :param identifier: The value to assign to the identifier property of this UpdateProjectDetails. :type identifier: str :param object_version: The value to assign to the object_version property of this UpdateProjectDetails. :type object_version: int :param parent_ref: The value to assign to the parent_ref property of this UpdateProjectDetails. :type parent_ref: oci.data_integration.models.ParentReference :param registry_metadata: The value to assign to the registry_metadata property of this UpdateProjectDetails. :type registry_metadata: oci.data_integration.models.RegistryMetadata �str�intZParentReferenceZRegistryMetadata) �key� model_type� model_version�name�description� object_status� identifier�object_version� parent_ref�registry_metadatar Z modelTypeZmodelVersionr r ZobjectStatusr Z objectVersionZ parentRefZregistryMetadataN)Z swagger_typesZ attribute_map�_key�_model_type�_model_version�_name�_description�_object_status�_identifier�_object_version�_parent_ref�_registry_metadata)�self�kwargs� r �V/usr/lib/python3.9/site-packages/oci/data_integration/models/update_project_details.py�__init__ s@ /�� zUpdateProjectDetails.__init__c C s | j S )z� **[Required]** Gets the key of this UpdateProjectDetails. Generated key that can be used in API calls to identify project. :return: The key of this UpdateProjectDetails. :rtype: str �r �r r r r r e s zUpdateProjectDetails.keyc C s || _ dS )z� Sets the key of this UpdateProjectDetails. Generated key that can be used in API calls to identify project. :param key: The key of this UpdateProjectDetails. :type: str Nr"