ruạṛ
a O��fV � @ 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 )�LogAnalyticsImportCustomContentz) LogAnalyticsImportCustomContent c K sF dddddd�| _ ddddd d�| _d | _d | _d | _d | _d | _d S )aS Initializes a new LogAnalyticsImportCustomContent object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param parser_names: The value to assign to the parser_names property of this LogAnalyticsImportCustomContent. :type parser_names: list[str] :param source_names: The value to assign to the source_names property of this LogAnalyticsImportCustomContent. :type source_names: list[str] :param field_names: The value to assign to the field_names property of this LogAnalyticsImportCustomContent. :type field_names: list[str] :param change_list: The value to assign to the change_list property of this LogAnalyticsImportCustomContent. :type change_list: oci.log_analytics.models.LogAnalyticsImportCustomChangeList :param content_name: The value to assign to the content_name property of this LogAnalyticsImportCustomContent. :type content_name: str z list[str]�"LogAnalyticsImportCustomChangeList�str)�parser_names�source_names�field_names�change_list�content_name�parserNames�sourceNames� fieldNames� changeList�contentNameN)� swagger_types� attribute_map� _parser_names� _source_names�_field_names�_change_list� _content_name)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/log_analytics/models/log_analytics_import_custom_content.py�__init__ s"