ruạṛ
a N��f � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�UpdateDeployEnvironmentDetails� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�&UpdateFunctionDeployEnvironmentDetailsz- Specifies the Function environment. c K sV ddddddd�| _ ddddd d d�| _d| _d| _d| _d| _d| _d| _d| _dS ) a� Initializes a new UpdateFunctionDeployEnvironmentDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.devops.models.UpdateFunctionDeployEnvironmentDetails.deploy_environment_type` attribute of this class is ``FUNCTION`` and it should not be changed. 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 UpdateFunctionDeployEnvironmentDetails. :type description: str :param display_name: The value to assign to the display_name property of this UpdateFunctionDeployEnvironmentDetails. :type display_name: str :param deploy_environment_type: The value to assign to the deploy_environment_type property of this UpdateFunctionDeployEnvironmentDetails. :type deploy_environment_type: str :param freeform_tags: The value to assign to the freeform_tags property of this UpdateFunctionDeployEnvironmentDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this UpdateFunctionDeployEnvironmentDetails. :type defined_tags: dict(str, dict(str, object)) :param function_id: The value to assign to the function_id property of this UpdateFunctionDeployEnvironmentDetails. :type function_id: str �strzdict(str, str)zdict(str, dict(str, object)))�description�display_name�deploy_environment_type� freeform_tags�defined_tags�function_idr �displayName�deployEnvironmentType�freeformTags�definedTags� functionIdN�FUNCTION)� swagger_types� attribute_map�_description� _display_name�_deploy_environment_type�_freeform_tags� _defined_tags�_function_id)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/devops/models/update_function_deploy_environment_details.py�__init__ s* � � z/UpdateFunctionDeployEnvironmentDetails.__init__c C s | j S )z� Gets the function_id of this UpdateFunctionDeployEnvironmentDetails. The OCID of the Function. :return: The function_id of this UpdateFunctionDeployEnvironmentDetails. :rtype: str �r �r r r r! r I s z2UpdateFunctionDeployEnvironmentDetails.function_idc C s || _ dS )z� Sets the function_id of this UpdateFunctionDeployEnvironmentDetails. The OCID of the Function. :param function_id: The function_id of this UpdateFunctionDeployEnvironmentDetails. :type: str Nr# )r r r r r! r U s c C s t | �S �N)r r$ r r r! �__repr__a s z/UpdateFunctionDeployEnvironmentDetails.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r! �__eq__d s z-UpdateFunctionDeployEnvironmentDetails.__eq__c C s | |k S r% r r( r r r! �__ne__j s z-UpdateFunctionDeployEnvironmentDetails.__ne__N)�__name__� __module__�__qualname__�__doc__r"