📂 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.6 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: query_parameter_transformation_policy.cpython-39.opt-1.pyc
a ���f� � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�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 )�"QueryParameterTransformationPolicyz^ A set of transformations to apply to query parameters that pass through the gateway. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS ) a� Initializes a new QueryParameterTransformationPolicy object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param set_query_parameters: The value to assign to the set_query_parameters property of this QueryParameterTransformationPolicy. :type set_query_parameters: oci.apigateway.models.SetQueryParameterPolicy :param rename_query_parameters: The value to assign to the rename_query_parameters property of this QueryParameterTransformationPolicy. :type rename_query_parameters: oci.apigateway.models.RenameQueryParameterPolicy :param filter_query_parameters: The value to assign to the filter_query_parameters property of this QueryParameterTransformationPolicy. :type filter_query_parameters: oci.apigateway.models.FilterQueryParameterPolicy ZSetQueryParameterPolicyZRenameQueryParameterPolicyZFilterQueryParameterPolicy)�set_query_parameters�rename_query_parameters�filter_query_parametersZsetQueryParametersZrenameQueryParametersZfilterQueryParametersN)Z swagger_typesZ attribute_map�_set_query_parameters�_rename_query_parameters�_filter_query_parameters)�self�kwargs� r �_/usr/lib/python3.9/site-packages/oci/apigateway/models/query_parameter_transformation_policy.py�__init__ s ��z+QueryParameterTransformationPolicy.__init__c C s | j S )z� Gets the set_query_parameters of this QueryParameterTransformationPolicy. :return: The set_query_parameters of this QueryParameterTransformationPolicy. :rtype: oci.apigateway.models.SetQueryParameterPolicy �r �r r r r r 4 s z7QueryParameterTransformationPolicy.set_query_parametersc C s || _ dS )a Sets the set_query_parameters of this QueryParameterTransformationPolicy. :param set_query_parameters: The set_query_parameters of this QueryParameterTransformationPolicy. :type: oci.apigateway.models.SetQueryParameterPolicy Nr )r r r r r r >