o
    ëÉ¶d–  ã                   @   s8   d dl mZmZmZ d dlmZ eG dd„ deƒƒZdS )é    )Úformatted_flat_dictÚNONE_SENTINELÚ#value_allowed_none_or_none_sentinel)Úinit_model_state_from_kwargsc                   @   s~   e Zd ZdZdd„ Zedd„ ƒZejdd„ ƒZedd„ ƒZejd	d„ ƒZed
d„ ƒZ	e	jdd„ ƒZ	dd„ Z
dd„ Zdd„ ZdS )ÚConfigDetailszs
    Details about the required and optional Function configurations needed for proper performance of the PBF.
    c                 K   s2   ddddœ| _ ddddœ| _d| _d| _d| _dS )a_  
        Initializes a new ConfigDetails object with values from keyword arguments.
        The following keyword arguments are supported (corresponding to the getters/setters of this class):

        :param key:
            The value to assign to the key property of this ConfigDetails.
        :type key: str

        :param description:
            The value to assign to the description property of this ConfigDetails.
        :type description: str

        :param is_optional:
            The value to assign to the is_optional property of this ConfigDetails.
        :type is_optional: bool

        ÚstrÚbool)ÚkeyÚdescriptionÚis_optionalr	   r
   Z
isOptionalN)Zswagger_typesZattribute_mapÚ_keyÚ_descriptionÚ_is_optional)ÚselfÚkwargs© r   úGusr/lib/python3.10/site-packages/oci/functions/models/config_details.pyÚ__init__   s   ýý
zConfigDetails.__init__c                 C   ó   | j S )z´
        **[Required]** Gets the key of this ConfigDetails.
        The key name of the config param.


        :return: The key of this ConfigDetails.
        :rtype: str
        ©r   ©r   r   r   r   r	   4   ó   
zConfigDetails.keyc                 C   ó
   || _ dS )z§
        Sets the key of this ConfigDetails.
        The key name of the config param.


        :param key: The key of this ConfigDetails.
        :type: str
        Nr   )r   r	   r   r   r   r	   @   ó   

c                 C   r   )zê
        **[Required]** Gets the description of this ConfigDetails.
        Details about why this config is required and what it will be used for.


        :return: The description of this ConfigDetails.
        :rtype: str
        ©r   r   r   r   r   r
   L   r   zConfigDetails.descriptionc                 C   r   )zå
        Sets the description of this ConfigDetails.
        Details about why this config is required and what it will be used for.


        :param description: The description of this ConfigDetails.
        :type: str
        Nr   )r   r
   r   r   r   r
   X   r   c                 C   r   )a  
        Gets the is_optional of this ConfigDetails.
        Is this a required config or an optional one. Requests with required config params missing will be rejected.


        :return: The is_optional of this ConfigDetails.
        :rtype: bool
        ©r   r   r   r   r   r   d   r   zConfigDetails.is_optionalc                 C   r   )a  
        Sets the is_optional of this ConfigDetails.
        Is this a required config or an optional one. Requests with required config params missing will be rejected.


        :param is_optional: The is_optional of this ConfigDetails.
        :type: bool
        Nr   )r   r   r   r   r   r   p   r   c                 C   s   t | ƒS ©N)r   r   r   r   r   Ú__repr__|   s   zConfigDetails.__repr__c                 C   s   |d u rdS | j |j kS )NF)Ú__dict__©r   Úotherr   r   r   Ú__eq__   s   zConfigDetails.__eq__c                 C   s
   | |k S r   r   r   r   r   r   Ú__ne__…   s   
zConfigDetails.__ne__N)Ú__name__Ú
__module__Ú__qualname__Ú__doc__r   Úpropertyr	   Úsetterr
   r   r   r!   r"   r   r   r   r   r      s$    "





r   N)Zoci.utilr   r   r   Zoci.decoratorsr   Úobjectr   r   r   r   r   Ú<module>   s   