📂 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
›
lib
›
python3.9
›
site-packages
›
oci
›
object_storage
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/object_storage/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_multipart_upload_details.cpython-39.pyc
a ���f�9 � @ 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 ZdZdZdZdZdd� Zedd� �Z e j d d� �Z ed d� �Zej dd� �Zed d� �Zej dd� �Zedd� �Z e j dd� �Z edd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zedd� �Zej dd� �Zdd � Zd!d"� Zd#d$� Zd%S )&�CreateMultipartUploadDetailsa[ To use any of the API operations, you must be authorized in an IAM policy. If you are not authorized, talk to an administrator. If you are an administrator who needs to write policies to give users access, see `Getting Started with Policies`__. __ https://docs.cloud.oracle.com/Content/Identity/Concepts/policygetstarted.htm �Standard�InfrequentAccess�Archivec K sd ddddddddd�| _ dddddd d dd�| _d| _d| _d| _d| _d| _d| _d| _d| _ dS ) aY Initializes a new CreateMultipartUploadDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param object: The value to assign to the object property of this CreateMultipartUploadDetails. :type object: str :param content_type: The value to assign to the content_type property of this CreateMultipartUploadDetails. :type content_type: str :param content_language: The value to assign to the content_language property of this CreateMultipartUploadDetails. :type content_language: str :param content_encoding: The value to assign to the content_encoding property of this CreateMultipartUploadDetails. :type content_encoding: str :param content_disposition: The value to assign to the content_disposition property of this CreateMultipartUploadDetails. :type content_disposition: str :param cache_control: The value to assign to the cache_control property of this CreateMultipartUploadDetails. :type cache_control: str :param storage_tier: The value to assign to the storage_tier property of this CreateMultipartUploadDetails. Allowed values for this property are: "Standard", "InfrequentAccess", "Archive" :type storage_tier: str :param metadata: The value to assign to the metadata property of this CreateMultipartUploadDetails. :type metadata: dict(str, str) �strzdict(str, str))�object�content_type�content_language�content_encoding�content_disposition� cache_control�storage_tier�metadatar ZcontentTypeZcontentLanguageZcontentEncodingZcontentDispositionZcacheControlZstorageTierr N) Z swagger_typesZ attribute_map�_object� _content_type�_content_language�_content_encoding�_content_disposition�_cache_control� _storage_tier� _metadata)�self�kwargs� r �]/usr/lib/python3.9/site-packages/oci/object_storage/models/create_multipart_upload_details.py�__init__"