ruạṛ
a O��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_names� fieldNames�parserNames�sourceNamesN)� swagger_types� attribute_map�_field_names� _parser_names� _source_names)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/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 2 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 >