ruạṛ
a N��f3 � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�CreateDeployEnvironmentDetails� )�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 )�&CreateFunctionDeployEnvironmentDetailsz- Specifies the Function environment. c K s` dddddddd�| _ ddddd d dd�| _d| _d| _d| _d| _d| _d| _d| _d | _dS )a� Initializes a new CreateFunctionDeployEnvironmentDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.devops.models.CreateFunctionDeployEnvironmentDetails.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 CreateFunctionDeployEnvironmentDetails. :type description: str :param display_name: The value to assign to the display_name property of this CreateFunctionDeployEnvironmentDetails. :type display_name: str :param deploy_environment_type: The value to assign to the deploy_environment_type property of this CreateFunctionDeployEnvironmentDetails. :type deploy_environment_type: str :param project_id: The value to assign to the project_id property of this CreateFunctionDeployEnvironmentDetails. :type project_id: str :param freeform_tags: The value to assign to the freeform_tags property of this CreateFunctionDeployEnvironmentDetails. :type freeform_tags: dict(str, str) :param defined_tags: The value to assign to the defined_tags property of this CreateFunctionDeployEnvironmentDetails. :type defined_tags: dict(str, dict(str, object)) :param function_id: The value to assign to the function_id property of this CreateFunctionDeployEnvironmentDetails. :type function_id: str �strzdict(str, str)zdict(str, dict(str, object)))�description�display_name�deploy_environment_type� project_id� freeform_tags�defined_tags�function_idr �displayName�deployEnvironmentType� projectId�freeformTags�definedTags� functionIdN�FUNCTION) � swagger_types� attribute_map�_description� _display_name�_deploy_environment_type�_project_id�_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/create_function_deploy_environment_details.py�__init__ s0 $�� z/CreateFunctionDeployEnvironmentDetails.__init__c C s | j S )z� **[Required]** Gets the function_id of this CreateFunctionDeployEnvironmentDetails. The OCID of the Function. :return: The function_id of this CreateFunctionDeployEnvironmentDetails. :rtype: str �r �r! r# r# r$ r P s z2CreateFunctionDeployEnvironmentDetails.function_idc C s || _ dS )z� Sets the function_id of this CreateFunctionDeployEnvironmentDetails. The OCID of the Function. :param function_id: The function_id of this CreateFunctionDeployEnvironmentDetails. :type: str Nr&