📂 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: stock_response_backend.cpython-39.opt-1.pyc
a ���f0 � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�ApiSpecificationRouteBackend� )�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 )�StockResponseBackendz- Send the request to a mock backend. c K sB ddddd�| _ ddddd�| _d | _d | _d | _d | _d | _d S )ap Initializes a new StockResponseBackend object with values from keyword arguments. The default value of the :py:attr:`~oci.apigateway.models.StockResponseBackend.type` attribute of this class is ``STOCK_RESPONSE_BACKEND`` 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 StockResponseBackend. Allowed values for this property are: "ORACLE_FUNCTIONS_BACKEND", "HTTP_BACKEND", "STOCK_RESPONSE_BACKEND", "DYNAMIC_ROUTING_BACKEND", "OAUTH2_LOGOUT_BACKEND" :type type: str :param body: The value to assign to the body property of this StockResponseBackend. :type body: str :param status: The value to assign to the status property of this StockResponseBackend. :type status: int :param headers: The value to assign to the headers property of this StockResponseBackend. :type headers: list[oci.apigateway.models.HeaderFieldSpecification] �str�intzlist[HeaderFieldSpecification])�type�body�status�headersr r r r NZSTOCK_RESPONSE_BACKEND)Z swagger_typesZ attribute_mapZ_type�_body�_status�_headers)�self�kwargs� r �P/usr/lib/python3.9/site-packages/oci/apigateway/models/stock_response_backend.py�__init__ s ��zStockResponseBackend.__init__c C s | j S )z� Gets the body of this StockResponseBackend. The body of the stock response from the mock backend. :return: The body of this StockResponseBackend. :rtype: str �r �r r r r r >