📂 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: api_validation_details.cpython-39.pyc
a ���fn � @ 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 ZdZdZdZdZdZdd� Ze dd � �Z e jd d � �Z e dd� �Zejd d� �Ze dd� �Z e jdd� �Z dd� Zdd� Zdd� ZdS )�ApiValidationDetailsz( Detail of an error or warning. �ERROR�WARNING�OK�FAILEDc K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a\ Initializes a new ApiValidationDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param details: The value to assign to the details property of this ApiValidationDetails. :type details: list[oci.apigateway.models.ApiValidationDetail] :param name: The value to assign to the name property of this ApiValidationDetails. :type name: str :param result: The value to assign to the result property of this ApiValidationDetails. Allowed values for this property are: "ERROR", "WARNING", "OK", "FAILED", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type result: str zlist[ApiValidationDetail]�str)�details�name�resultr r r N)Z swagger_typesZ attribute_map�_details�_name�_result)�self�kwargs� r �P/usr/lib/python3.9/site-packages/oci/apigateway/models/api_validation_details.py�__init__"