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 d d� Z dd� Zdd� ZdS )� ExportContentz The content to export. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new ExportContent object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param field_names: The value to assign to the field_names property of this ExportContent. :type field_names: list[str] :param parser_names: The value to assign to the parser_names property of this ExportContent. :type parser_names: list[str] :param source_names: The value to assign to the source_names property of this ExportContent. :type source_names: list[str] z list[str])�field_names�parser_names�source_namesZ fieldNamesZparserNamesZsourceNamesN)Z swagger_typesZ attribute_map�_field_names� _parser_names� _source_names)�self�kwargs� r �K/usr/lib/python3.9/site-packages/oci/log_analytics/models/export_content.py�__init__ s ��zExportContent.__init__c C s | j S )z� Gets the field_names of this ExportContent. The field names. :return: The field_names of this ExportContent. :rtype: list[str] �r �r r r r r 4 s zExportContent.field_namesc C s || _ dS )z� Sets the field_names of this ExportContent. The field names. :param field_names: The field_names of this ExportContent. :type: list[str] Nr )r r r r r r @ s c C s | j S )z� Gets the parser_names of this ExportContent. The parser names. :return: The parser_names of this ExportContent. :rtype: list[str] �r r r r r r L s zExportContent.parser_namesc C s || _ dS )z� Sets the parser_names of this ExportContent. The parser names. :param parser_names: The parser_names of this ExportContent. :type: list[str] Nr )r r r r r r X s c C s | j S )z� Gets the source_names of this ExportContent. The source names. :return: The source_names of this ExportContent. :rtype: list[str] �r r r r r r d s zExportContent.source_namesc C s || _ dS )z� Sets the source_names of this ExportContent. The source names. :param source_names: The source_names of this ExportContent. :type: list[str] Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s zExportContent.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s zExportContent.__eq__c C s | |k S r r r r r r �__ne__� s zExportContent.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"