o
    ëÉ¶dW  ã                   @   sD   d dl mZ ddlmZmZmZ ddlmZ eG dd„ deƒƒZdS )é   )ÚResponseCacheDetailsé    )Úformatted_flat_dictÚNONE_SENTINELÚ#value_allowed_none_or_none_sentinel)Úinit_model_state_from_kwargsc                   @   s0   e Zd ZdZdd„ Zdd„ Zdd„ Zdd	„ Zd
S )ÚNoCachezh
    Configures the gateway with no caching. Cache lookup and store policies will not be supported.
    c                 K   s$   ddi| _ ddi| _d| _d| _dS )a  
        Initializes a new NoCache object with values from keyword arguments. The default value of the :py:attr:`~oci.apigateway.models.NoCache.type` attribute
        of this class is ``NONE`` and it should not be changed.
        The following keyword arguments are supported (corresponding to the getters/setters of this class):

        :param type:
            The value to assign to the type property of this NoCache.
            Allowed values for this property are: "EXTERNAL_RESP_CACHE", "NONE"
        :type type: str

        ÚtypeÚstrNZNONE)Zswagger_typesZattribute_mapZ_type)ÚselfÚkwargs© r   úBusr/lib/python3.10/site-packages/oci/apigateway/models/no_cache.pyÚ__init__   s   ÿÿ
zNoCache.__init__c                 C   s   t | ƒS ©N)r   )r   r   r   r   Ú__repr__)   s   zNoCache.__repr__c                 C   s   |d u rdS | j |j kS )NF)Ú__dict__©r   Úotherr   r   r   Ú__eq__,   s   zNoCache.__eq__c                 C   s
   | |k S r   r   r   r   r   r   Ú__ne__2   s   
zNoCache.__ne__N)Ú__name__Ú
__module__Ú__qualname__Ú__doc__r   r   r   r   r   r   r   r   r      s    r   N)	Zresponse_cache_detailsr   Zoci.utilr   r   r   Zoci.decoratorsr   r   r   r   r   r   Ú<module>   s
   