📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
apigateway
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/apigateway/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: modify_response_validation_failure_policy.cpython-39.pyc
a ���fQ � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�ValidationFailurePolicy� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s~ e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�%ModifyResponseValidationFailurePolicyzN Policy to specify how to modify the response code, body and headers. c K sB ddddd�| _ ddddd�| _d| _d| _d| _d| _d | _dS ) a� Initializes a new ModifyResponseValidationFailurePolicy object with values from keyword arguments. The default value of the :py:attr:`~oci.apigateway.models.ModifyResponseValidationFailurePolicy.type` attribute of this class is ``MODIFY_RESPONSE`` 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 ModifyResponseValidationFailurePolicy. Allowed values for this property are: "MODIFY_RESPONSE", "OAUTH2" :type type: str :param response_code: The value to assign to the response_code property of this ModifyResponseValidationFailurePolicy. :type response_code: str :param response_message: The value to assign to the response_message property of this ModifyResponseValidationFailurePolicy. :type response_message: str :param response_header_transformations: The value to assign to the response_header_transformations property of this ModifyResponseValidationFailurePolicy. :type response_header_transformations: oci.apigateway.models.HeaderTransformationPolicy �strZHeaderTransformationPolicy)�type� response_code�response_message�response_header_transformationsr ZresponseCodeZresponseMessageZresponseHeaderTransformationsNZMODIFY_RESPONSE)Z swagger_typesZ attribute_mapZ_type�_response_code�_response_message� _response_header_transformations)�self�kwargs� r �c/usr/lib/python3.9/site-packages/oci/apigateway/models/modify_response_validation_failure_policy.py�__init__ s ��z.ModifyResponseValidationFailurePolicy.__init__c C s | j S )z� Gets the response_code of this ModifyResponseValidationFailurePolicy. HTTP response code, can include context variables. :return: The response_code of this ModifyResponseValidationFailurePolicy. :rtype: str �r �r r r r r >