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 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�intZRegistryMetadata)� model_version�name�description� object_status� identifier�key�registry_metadataZmodelVersionr r ZobjectStatusr r ZregistryMetadataN) Z swagger_typesZ attribute_map�_model_version�_name�_description�_object_status�_identifier�_key�_registry_metadata)�self�kwargs� r �V/usr/lib/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 P 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 )r r r r r r \ s c C s | j S )aV **[Required]** Gets the name of this CreateProjectDetails. 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 CreateProjectDetails. :rtype: str �r r r r r r h s zCreateProjectDetails.namec C s || _ dS )aJ Sets the name of this CreateProjectDetails. 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 CreateProjectDetails. :type: str Nr )r r r r r r t s c C s | j S )z� Gets the description of this CreateProjectDetails. A user defined description for the project. :return: The description of this CreateProjectDetails. :rtype: str �r r r r r r � s z CreateProjectDetails.descriptionc C s || _ dS )z� Sets the description of this CreateProjectDetails. A user defined description for the project. :param description: The description of this CreateProjectDetails. :type: str Nr )r r r r r r � s c C s | j S )a Gets the object_status of this CreateProjectDetails. The status of an object that can be set to value 1 for shallow references across objects, other values reserved. :return: The object_status of this CreateProjectDetails. :rtype: int �r r r r r r � s z"CreateProjectDetails.object_statusc C s || _ dS )a" Sets the object_status of this CreateProjectDetails. The status of an object that can be set to value 1 for shallow references across objects, other values reserved. :param object_status: The object_status of this CreateProjectDetails. :type: int Nr )r r r r r r � s c C s | j S )aC **[Required]** Gets the identifier of this CreateProjectDetails. Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified. :return: The identifier of this CreateProjectDetails. :rtype: str �r r r r r r � s zCreateProjectDetails.identifierc C s || _ dS )a= Sets the identifier of this CreateProjectDetails. Value can only contain upper case letters, underscore, and numbers. It should begin with upper case letter or underscore. The value can be modified. :param identifier: The identifier of this CreateProjectDetails. :type: str Nr! )r r r r r r � s c C s | j S )z� Gets the key of this CreateProjectDetails. Generated key that can be used in API calls to identify project. :return: The key of this CreateProjectDetails. :rtype: str �r r r r r r � s zCreateProjectDetails.keyc C s || _ dS )z� Sets the key of this CreateProjectDetails. Generated key that can be used in API calls to identify project. :param key: The key of this CreateProjectDetails. :type: str Nr"