📂 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_labeling_service
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/data_labeling_service/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: object_storage_snapshot_export_details.pyc
a N��f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�SnapshotExportDetails� )�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 )�"ObjectStorageSnapshotExportDetailszA Specifies where to output the export in Object Storage. c K sB ddddd�| _ ddddd�| _d| _d| _d| _d| _d| _dS ) aV Initializes a new ObjectStorageSnapshotExportDetails object with values from keyword arguments. The default value of the :py:attr:`~oci.data_labeling_service.models.ObjectStorageSnapshotExportDetails.export_type` attribute of this class is ``OBJECT_STORAGE`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param export_type: The value to assign to the export_type property of this ObjectStorageSnapshotExportDetails. Allowed values for this property are: "OBJECT_STORAGE" :type export_type: str :param namespace: The value to assign to the namespace property of this ObjectStorageSnapshotExportDetails. :type namespace: str :param bucket: The value to assign to the bucket property of this ObjectStorageSnapshotExportDetails. :type bucket: str :param prefix: The value to assign to the prefix property of this ObjectStorageSnapshotExportDetails. :type prefix: str �str)�export_type� namespace�bucket�prefix� exportTyper r r N�OBJECT_STORAGE)� swagger_types� attribute_map�_export_type� _namespace�_bucket�_prefix)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_labeling_service/models/object_storage_snapshot_export_details.py�__init__ s ��z+ObjectStorageSnapshotExportDetails.__init__c C s | j S )z� **[Required]** Gets the namespace of this ObjectStorageSnapshotExportDetails. Bucket namespace name :return: The namespace of this ObjectStorageSnapshotExportDetails. :rtype: str �r �r r r r r <