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 ))�ProjectDetailsz| The details including name and description for the project, which is a container of folders, tasks, and dataflows. c K sx ddddddddddd� | _ dddd d ddd ddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a� Initializes a new ProjectDetails 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 ProjectDetails. :type key: str :param model_type: The value to assign to the model_type property of this ProjectDetails. :type model_type: str :param model_version: The value to assign to the model_version property of this ProjectDetails. :type model_version: str :param name: The value to assign to the name property of this ProjectDetails. :type name: str :param description: The value to assign to the description property of this ProjectDetails. :type description: str :param object_status: The value to assign to the object_status property of this ProjectDetails. :type object_status: int :param identifier: The value to assign to the identifier property of this ProjectDetails. :type identifier: str :param object_version: The value to assign to the object_version property of this ProjectDetails. :type object_version: int :param parent_ref: The value to assign to the parent_ref property of this ProjectDetails. :type parent_ref: oci.data_integration.models.ParentReference :param registry_metadata: The value to assign to the registry_metadata property of this ProjectDetails. :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 �O/usr/lib/python3.9/site-packages/oci/data_integration/models/project_details.py�__init__ s@ /�� zProjectDetails.__init__c C s | j S )z� **[Required]** Gets the key of this ProjectDetails. Generated key that can be used in API calls to identify project. :return: The key of this ProjectDetails. :rtype: str �r �r r r r r e s zProjectDetails.keyc C s || _ dS )z� Sets the key of this ProjectDetails. Generated key that can be used in API calls to identify project. :param key: The key of this ProjectDetails. :type: str Nr"