📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
data_catalog
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/data_catalog/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: validate_pattern_result.cpython-39.pyc
a ���fr � @ 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 ed d� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Z dd� ZdS )�ValidatePatternResultzA Details regarding the validation of a pattern resource. c K sF dddddd�| _ dddddd�| _d | _d | _d | _d | _d | _d S ) a Initializes a new ValidatePatternResult object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param message: The value to assign to the message property of this ValidatePatternResult. :type message: str :param status: The value to assign to the status property of this ValidatePatternResult. :type status: str :param expression: The value to assign to the expression property of this ValidatePatternResult. :type expression: str :param file_path_prefix: The value to assign to the file_path_prefix property of this ValidatePatternResult. :type file_path_prefix: str :param derived_logical_entities: The value to assign to the derived_logical_entities property of this ValidatePatternResult. :type derived_logical_entities: list[oci.data_catalog.models.DerivedLogicalEntities] �strzlist[DerivedLogicalEntities])�message�status� expression�file_path_prefix�derived_logical_entitiesr r r ZfilePathPrefixZderivedLogicalEntitiesN)Z swagger_typesZ attribute_map�_message�_status�_expression�_file_path_prefix�_derived_logical_entities)�self�kwargs� r �S/usr/lib/python3.9/site-packages/oci/data_catalog/models/validate_pattern_result.py�__init__ s"