HEX
Server: Apache
System: Linux sh00085.hostgator.com 5.14.0-687.29.1.el9_8.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jul 23 16:18:48 EDT 2026 x86_64
User: yqegzjte (1064)
PHP: 8.5.8
Disabled: NONE
Upload Files
File: //lib/python3.9/site-packages/oci/devops/models/__pycache__/create_project_details.cpython-39.pyc
a

���ft�@s8ddlmZmZmZddlmZeGdd�de��ZdS)�)�formatted_flat_dict�
NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc@s�eZdZdZdd�Zedd��Zejdd��Zedd��Zejd	d��Zed
d��Z	e	jdd��Z	ed
d��Z
e
jdd��Z
edd��Zejdd��Zedd��Zejdd��Zdd�Z
dd�Zdd�ZdS)�CreateProjectDetailsz:
    The information about new project to be created.
    cKsPddddddd�|_dddd	d
dd�|_d|_d|_d|_d|_d|_d|_dS)
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 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 notification_config:
            The value to assign to the notification_config property of this CreateProjectDetails.
        :type notification_config: oci.devops.models.NotificationConfig

        :param compartment_id:
            The value to assign to the compartment_id property of this CreateProjectDetails.
        :type compartment_id: str

        :param freeform_tags:
            The value to assign to the freeform_tags property of this CreateProjectDetails.
        :type freeform_tags: dict(str, str)

        :param defined_tags:
            The value to assign to the defined_tags property of this CreateProjectDetails.
        :type defined_tags: dict(str, dict(str, object))

        �strZNotificationConfigzdict(str, str)zdict(str, dict(str, object)))�name�description�notification_config�compartment_id�
freeform_tags�defined_tagsrr	ZnotificationConfigZ
compartmentIdZfreeformTagsZdefinedTagsN)Z
swagger_typesZ
attribute_map�_name�_description�_notification_config�_compartment_id�_freeform_tags�
_defined_tags)�self�kwargs�r�L/usr/lib/python3.9/site-packages/oci/devops/models/create_project_details.py�__init__s(�
�	zCreateProjectDetails.__init__cCs|jS)z�
        **[Required]** Gets the name of this CreateProjectDetails.
        Project name (case-sensitive).


        :return: The name of this CreateProjectDetails.
        :rtype: str
        �r�rrrrrIs
zCreateProjectDetails.namecCs
||_dS)z�
        Sets the name of this CreateProjectDetails.
        Project name (case-sensitive).


        :param name: The name of this CreateProjectDetails.
        :type: str
        Nr)rrrrrrUs
cCs|jS)z�
        Gets the description of this CreateProjectDetails.
        Project description.


        :return: The description of this CreateProjectDetails.
        :rtype: str
        �rrrrrr	as
z CreateProjectDetails.descriptioncCs
||_dS)z�
        Sets the description of this CreateProjectDetails.
        Project description.


        :param description: The description of this CreateProjectDetails.
        :type: str
        Nr)rr	rrrr	ms
cCs|jS)z�
        **[Required]** Gets the notification_config of this CreateProjectDetails.

        :return: The notification_config of this CreateProjectDetails.
        :rtype: oci.devops.models.NotificationConfig
        �rrrrrr
ysz(CreateProjectDetails.notification_configcCs
||_dS)z�
        Sets the notification_config of this CreateProjectDetails.

        :param notification_config: The notification_config of this CreateProjectDetails.
        :type: oci.devops.models.NotificationConfig
        Nr)rr
rrrr
�scCs|jS)z�
        **[Required]** Gets the compartment_id of this CreateProjectDetails.
        The OCID of the compartment where the project is created.


        :return: The compartment_id of this CreateProjectDetails.
        :rtype: str
        �rrrrrr�s
z#CreateProjectDetails.compartment_idcCs
||_dS)z�
        Sets the compartment_id of this CreateProjectDetails.
        The OCID of the compartment where the project is created.


        :param compartment_id: The compartment_id of this CreateProjectDetails.
        :type: str
        Nr)rrrrrr�s
cCs|jS)a�
        Gets the freeform_tags of this CreateProjectDetails.
        Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.  See `Resource Tags`__. Example: `{"bar-key": "value"}`

        __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm


        :return: The freeform_tags of this CreateProjectDetails.
        :rtype: dict(str, str)
        �rrrrrr�sz"CreateProjectDetails.freeform_tagscCs
||_dS)a�
        Sets the freeform_tags of this CreateProjectDetails.
        Simple key-value pair that is applied without any predefined name, type or scope. Exists for cross-compatibility only.  See `Resource Tags`__. Example: `{"bar-key": "value"}`

        __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm


        :param freeform_tags: The freeform_tags of this CreateProjectDetails.
        :type: dict(str, str)
        Nr)rrrrrr�scCs|jS)a�
        Gets the defined_tags of this CreateProjectDetails.
        Defined tags for this resource. Each key is predefined and scoped to a namespace. See `Resource Tags`__. Example: `{"foo-namespace": {"bar-key": "value"}}`

        __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm


        :return: The defined_tags of this CreateProjectDetails.
        :rtype: dict(str, dict(str, object))
        �rrrrrr
�sz!CreateProjectDetails.defined_tagscCs
||_dS)a�
        Sets the defined_tags of this CreateProjectDetails.
        Defined tags for this resource. Each key is predefined and scoped to a namespace. See `Resource Tags`__. Example: `{"foo-namespace": {"bar-key": "value"}}`

        __ https://docs.cloud.oracle.com/Content/General/Concepts/resourcetags.htm


        :param defined_tags: The defined_tags of this CreateProjectDetails.
        :type: dict(str, dict(str, object))
        Nr)rr
rrrr
�scCst|�S�N)rrrrr�__repr__�szCreateProjectDetails.__repr__cCs|durdS|j|jkS)NF)�__dict__�r�otherrrr�__eq__�szCreateProjectDetails.__eq__cCs
||kSr rr#rrr�__ne__�szCreateProjectDetails.__ne__N)�__name__�
__module__�__qualname__�__doc__r�propertyr�setterr	r
rrr
r!r%r&rrrrrs:7




	
	









rN)Zoci.utilrrrZoci.decoratorsr�objectrrrrr�<module>s