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__/update_project_details.cpython-39.pyc
a

���f��@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
dd�Zdd�Zdd�Z
dS)�UpdateProjectDetailsz>
    The information to be updated for the given project.
    cKs<ddddd�|_dddd	d�|_d
|_d
|_d
|_d
|_d
S)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 description:
            The value to assign to the description property of this UpdateProjectDetails.
        :type description: str

        :param notification_config:
            The value to assign to the notification_config property of this UpdateProjectDetails.
        :type notification_config: oci.devops.models.NotificationConfig

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

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

        �strZNotificationConfigzdict(str, str)zdict(str, dict(str, object)))�description�notification_config�
freeform_tags�defined_tagsrZnotificationConfigZfreeformTagsZdefinedTagsN)Z
swagger_typesZ
attribute_map�_description�_notification_config�_freeform_tags�
_defined_tags)�self�kwargs�r�L/usr/lib/python3.9/site-packages/oci/devops/models/update_project_details.py�__init__s��zUpdateProjectDetails.__init__cCs|jS)z�
        Gets the description of this UpdateProjectDetails.
        Project description.


        :return: The description of this UpdateProjectDetails.
        :rtype: str
        �r�rrrrr;s
z UpdateProjectDetails.descriptioncCs
||_dS)z�
        Sets the description of this UpdateProjectDetails.
        Project description.


        :param description: The description of this UpdateProjectDetails.
        :type: str
        Nr)rrrrrrGs
cCs|jS)z�
        Gets the notification_config of this UpdateProjectDetails.

        :return: The notification_config of this UpdateProjectDetails.
        :rtype: oci.devops.models.NotificationConfig
        �r
rrrrr	Ssz(UpdateProjectDetails.notification_configcCs
||_dS)z�
        Sets the notification_config of this UpdateProjectDetails.

        :param notification_config: The notification_config of this UpdateProjectDetails.
        :type: oci.devops.models.NotificationConfig
        Nr)rr	rrrr	]scCs|jS)a�
        Gets the freeform_tags of this UpdateProjectDetails.
        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 UpdateProjectDetails.
        :rtype: dict(str, str)
        �rrrrrr
gsz"UpdateProjectDetails.freeform_tagscCs
||_dS)a�
        Sets the freeform_tags of this UpdateProjectDetails.
        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 UpdateProjectDetails.
        :type: dict(str, str)
        Nr)rr
rrrr
uscCs|jS)a�
        Gets the defined_tags of this UpdateProjectDetails.
        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 UpdateProjectDetails.
        :rtype: dict(str, dict(str, object))
        �rrrrrr�sz!UpdateProjectDetails.defined_tagscCs
||_dS)a�
        Sets the defined_tags of this UpdateProjectDetails.
        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 UpdateProjectDetails.
        :type: dict(str, dict(str, object))
        Nr)rrrrrr�scCst|�S�N)rrrrr�__repr__�szUpdateProjectDetails.__repr__cCs|durdS|j|jkS)NF)�__dict__�r�otherrrr�__eq__�szUpdateProjectDetails.__eq__cCs
||kSrrrrrr�__ne__�szUpdateProjectDetails.__ne__N)�__name__�
__module__�__qualname__�__doc__r�propertyr�setterr	r
rrrr rrrrrs*)


	
	







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