ruạṛ
a N��fo � @ 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 ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z dd� Zdd� Zdd� ZdS ) �CreateProjectDetailsz; The properties used in project create operations. c K sZ dddddddd�| _ ddddd d dd�| _d| _d| _d| _d| _d| _d| _d| _dS ) a Initializes a new CreateProjectDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param model_version: The value to assign to the model_version property of this CreateProjectDetails. :type model_version: str :param name: The value to assign to the name property of this CreateProjectDetails. :type name: str :param description: The value to assign to the description property of this CreateProjectDetails. :type description: str :param object_status: The value to assign to the object_status property of this CreateProjectDetails. :type object_status: int :param identifier: The value to assign to the identifier property of this CreateProjectDetails. :type identifier: str :param key: The value to assign to the key property of this CreateProjectDetails. :type key: str :param registry_metadata: The value to assign to the registry_metadata property of this CreateProjectDetails. :type registry_metadata: oci.data_integration.models.RegistryMetadata �str�int�RegistryMetadata)� model_version�name�description� object_status� identifier�key�registry_metadata�modelVersionr r �objectStatusr r �registryMetadataN) � swagger_types� attribute_map�_model_version�_name�_description�_object_status�_identifier�_key�_registry_metadata)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_integration/models/create_project_details.py�__init__ s. #�� zCreateProjectDetails.__init__c C s | j S )z� Gets the model_version of this CreateProjectDetails. The model version of an object. :return: The model_version of this CreateProjectDetails. :rtype: str �r �r r r r r N s z"CreateProjectDetails.model_versionc C s || _ dS )z� Sets the model_version of this CreateProjectDetails. The model version of an object. :param model_version: The model_version of this CreateProjectDetails. :type: str Nr"