📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
data_connectivity
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/data_connectivity/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_folder_details.pyc
a N��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 @ s4 e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z ed d� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Z e jdd� �Z edd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zd"d#� Zd$d%� Zd&d'� Zd(S ))�CreateFolderDetailszA Properties used in the create operations of the folder. c K sx ddddddddddd� | _ dddd d ddd ddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a� Initializes a new CreateFolderDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param model_type: The value to assign to the model_type property of this CreateFolderDetails. :type model_type: str :param key: The value to assign to the key property of this CreateFolderDetails. :type key: str :param model_version: The value to assign to the model_version property of this CreateFolderDetails. :type model_version: str :param parent_ref: The value to assign to the parent_ref property of this CreateFolderDetails. :type parent_ref: oci.data_connectivity.models.ParentReference :param name: The value to assign to the name property of this CreateFolderDetails. :type name: str :param description: The value to assign to the description property of this CreateFolderDetails. :type description: str :param object_version: The value to assign to the object_version property of this CreateFolderDetails. :type object_version: int :param object_status: The value to assign to the object_status property of this CreateFolderDetails. :type object_status: int :param identifier: The value to assign to the identifier property of this CreateFolderDetails. :type identifier: str :param data_assets: The value to assign to the data_assets property of this CreateFolderDetails. :type data_assets: list[oci.data_connectivity.models.DataAsset] �str�ParentReference�intzlist[DataAsset]) � model_type�key� model_version� parent_ref�name�description�object_version� object_status� identifier�data_assets� modelTyper �modelVersion� parentRefr r � objectVersion�objectStatusr � dataAssetsN)� swagger_types� attribute_map�_model_type�_key�_model_version�_parent_ref�_name�_description�_object_version�_object_status�_identifier�_data_assets)�self�kwargs� r( ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_connectivity/models/create_folder_details.py�__init__ s@ /�� zCreateFolderDetails.__init__c C s | j S )z� Gets the model_type of this CreateFolderDetails. The type of the folder. :return: The model_type of this CreateFolderDetails. :rtype: str �r �r&