ruạṛ
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 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 )�CompareLineResultzS The result of a comparison of two lines in the two content input strings. c K sF dddddd�| _ dddddd�| _d| _d| _d| _d| _d| _dS ) a� Initializes a new CompareLineResult object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param left_content: The value to assign to the left_content property of this CompareLineResult. :type left_content: str :param right_content: The value to assign to the right_content property of this CompareLineResult. :type right_content: str :param diff_type: The value to assign to the diff_type property of this CompareLineResult. :type diff_type: str :param left_indices: The value to assign to the left_indices property of this CompareLineResult. :type left_indices: str :param right_indices: The value to assign to the right_indices property of this CompareLineResult. :type right_indices: str �str)�left_content� right_content� diff_type�left_indices� right_indicesZleftContentZrightContentZdiffTypeZleftIndicesZrightIndicesN)Z swagger_typesZ attribute_map� _left_content�_right_content� _diff_type� _left_indices�_right_indices)�self�kwargs� r �P/usr/lib/python3.9/site-packages/oci/log_analytics/models/compare_line_result.py�__init__ s"