📂 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
›
data_integration
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/data_integration/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: cancel_rest_call_config.cpython-39.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 ZdZdZdZdZdZdZdd� Z e d d � �Zejdd � �Ze dd � �Z e jdd � �Z e dd� �Zejdd� �Zdd� Zdd� Zdd� ZdS )�CancelRestCallConfigz= The REST API configuration for cancelling the task. �GET�POST�PATCH�DELETE�PUTc K s2 dddd�| _ dddd�| _d| _d| _d| _dS ) a. Initializes a new CancelRestCallConfig object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param method_type: The value to assign to the method_type property of this CancelRestCallConfig. Allowed values for this property are: "GET", "POST", "PATCH", "DELETE", "PUT" :type method_type: str :param request_headers: The value to assign to the request_headers property of this CancelRestCallConfig. :type request_headers: dict(str, str) :param config_values: The value to assign to the config_values property of this CancelRestCallConfig. :type config_values: oci.data_integration.models.ConfigValues �strzdict(str, str)ZConfigValues)�method_type�request_headers� config_valuesZ methodTypeZrequestHeadersZconfigValuesN)Z swagger_typesZ attribute_map�_method_type�_request_headers�_config_values)�self�kwargs� r �W/usr/lib/python3.9/site-packages/oci/data_integration/models/cancel_rest_call_config.py�__init__&