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 )�CreateExportDetailsz* Details for creating the export. c K sF dddddd�| _ ddddd d�| _d | _d | _d | _d | _d | _d S )a Initializes a new CreateExportDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param export_options: The value to assign to the export_options property of this CreateExportDetails. :type export_options: list[oci.file_storage.models.ClientOptions] :param export_set_id: The value to assign to the export_set_id property of this CreateExportDetails. :type export_set_id: str :param file_system_id: The value to assign to the file_system_id property of this CreateExportDetails. :type file_system_id: str :param path: The value to assign to the path property of this CreateExportDetails. :type path: str :param is_idmap_groups_for_sys_auth: The value to assign to the is_idmap_groups_for_sys_auth property of this CreateExportDetails. :type is_idmap_groups_for_sys_auth: bool zlist[ClientOptions]�str�bool)�export_options� export_set_id�file_system_id�path�is_idmap_groups_for_sys_authZ exportOptionsZexportSetIdZfileSystemIdr ZisIdmapGroupsForSysAuthN)Z swagger_typesZ attribute_map�_export_options�_export_set_id�_file_system_id�_path�_is_idmap_groups_for_sys_auth)�self�kwargs� r �Q/usr/lib/python3.9/site-packages/oci/file_storage/models/create_export_details.py�__init__ s"