ruạṛ
a N��f � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�UpdateDeploymentDetails� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s0 e Zd ZdZdd� Zdd� Zdd� Zdd � Zd S )�%UpdateDeployPipelineDeploymentDetailsz3 Update details for a pipeline deployment. c K sB ddddd�| _ ddddd�| _d | _d | _d | _d | _d | _d S )a Initializes a new UpdateDeployPipelineDeploymentDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.devops.models.UpdateDeployPipelineDeploymentDetails.deployment_type` attribute of this class is ``PIPELINE_DEPLOYMENT`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param deployment_type: The value to assign to the deployment_type property of this UpdateDeployPipelineDeploymentDetails. :type deployment_type: str :param display_name: The value to assign to the display_name property of this UpdateDeployPipelineDeploymentDetails. :type display_name: str :param freeform_tags: The value to assign to the freeform_tags property of this UpdateDeployPipelineDeploymentDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this UpdateDeployPipelineDeploymentDetails. :type defined_tags: dict(str, dict(str, object)) �strzdict(str, str)zdict(str, dict(str, object)))�deployment_type�display_name� freeform_tags�defined_tags�deploymentType�displayName�freeformTags�definedTagsN�PIPELINE_DEPLOYMENT)� swagger_types� attribute_map�_deployment_type� _display_name�_freeform_tags� _defined_tags)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/devops/models/update_deploy_pipeline_deployment_details.py�__init__ s ��z.UpdateDeployPipelineDeploymentDetails.__init__c C s t | �S �N)r )r r r r �__repr__; s z.UpdateDeployPipelineDeploymentDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__>