ruạṛ
a N��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 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 �filePathPrefix�derivedLogicalEntitiesN)� swagger_types� attribute_map�_message�_status�_expression�_file_path_prefix�_derived_logical_entities)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_catalog/models/validate_pattern_result.py�__init__ s"