ruạṛ
a N��fRC � @ 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� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zed"d#� �Zejd$d#� �Zed%d&� �Zejd'd&� �Zed(d)� �Zejd*d)� �Zed+d,� �Zejd-d,� �Zed.d/� �Zejd0d/� �Zd1d2� Zd3d4� Zd5d6� Zd7S )8�$UserDefinedFunctionValidationSummaryzA The information about a UserDefinedFunction validation. c K s� dddddddddddddddd�| _ ddd d ddd ddddddddd�| _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _d| _d| _ d| _d| _d| _dS )aP Initializes a new UserDefinedFunctionValidationSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param total_message_count: The value to assign to the total_message_count property of this UserDefinedFunctionValidationSummary. :type total_message_count: int :param error_message_count: The value to assign to the error_message_count property of this UserDefinedFunctionValidationSummary. :type error_message_count: int :param warn_message_count: The value to assign to the warn_message_count property of this UserDefinedFunctionValidationSummary. :type warn_message_count: int :param info_message_count: The value to assign to the info_message_count property of this UserDefinedFunctionValidationSummary. :type info_message_count: int :param validation_messages: The value to assign to the validation_messages property of this UserDefinedFunctionValidationSummary. :type validation_messages: dict(str, list[ValidationMessage]) :param key: The value to assign to the key property of this UserDefinedFunctionValidationSummary. :type key: str :param model_type: The value to assign to the model_type property of this UserDefinedFunctionValidationSummary. :type model_type: str :param model_version: The value to assign to the model_version property of this UserDefinedFunctionValidationSummary. :type model_version: str :param parent_ref: The value to assign to the parent_ref property of this UserDefinedFunctionValidationSummary. :type parent_ref: oci.data_integration.models.ParentReference :param name: The value to assign to the name property of this UserDefinedFunctionValidationSummary. :type name: str :param description: The value to assign to the description property of this UserDefinedFunctionValidationSummary. :type description: str :param object_version: The value to assign to the object_version property of this UserDefinedFunctionValidationSummary. :type object_version: int :param object_status: The value to assign to the object_status property of this UserDefinedFunctionValidationSummary. :type object_status: int :param identifier: The value to assign to the identifier property of this UserDefinedFunctionValidationSummary. :type identifier: str :param metadata: The value to assign to the metadata property of this UserDefinedFunctionValidationSummary. :type metadata: oci.data_integration.models.ObjectMetadata �intz"dict(str, list[ValidationMessage])�str�ParentReference�ObjectMetadata)�total_message_count�error_message_count�warn_message_count�info_message_count�validation_messages�key� model_type� model_version� parent_ref�name�description�object_version� object_status� identifier�metadata�totalMessageCount�errorMessageCount�warnMessageCount�infoMessageCount�validationMessagesr � modelType�modelVersion� parentRefr r � objectVersion�objectStatusr r N)� swagger_types� attribute_map�_total_message_count�_error_message_count�_warn_message_count�_info_message_count�_validation_messages�_key�_model_type�_model_version�_parent_ref�_name�_description�_object_version�_object_status�_identifier� _metadata)�self�kwargs� r7 ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_integration/models/user_defined_function_validation_summary.py�__init__ s^ C��z-UserDefinedFunctionValidationSummary.__init__c C s | j S )z� Gets the total_message_count of this UserDefinedFunctionValidationSummary. The total number of validation messages. :return: The total_message_count of this UserDefinedFunctionValidationSummary. :rtype: int �r&