📂 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
›
management_agent
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/management_agent/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: object_details.cpython-39.pyc
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 )� ObjectDetailsz- Details of the Objectstorage object c K sF dddddd�| _ dddddd�| _d| _d| _d| _d| _d| _dS ) a� Initializes a new ObjectDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param object_namespace: The value to assign to the object_namespace property of this ObjectDetails. :type object_namespace: str :param object_bucket: The value to assign to the object_bucket property of this ObjectDetails. :type object_bucket: str :param object_name: The value to assign to the object_name property of this ObjectDetails. :type object_name: str :param object_url: The value to assign to the object_url property of this ObjectDetails. :type object_url: str :param checksum: The value to assign to the checksum property of this ObjectDetails. :type checksum: str �str)�object_namespace� object_bucket�object_name� object_url�checksumZobjectNamespaceZobjectBucketZ objectNameZ objectUrlr N)Z swagger_typesZ attribute_map�_object_namespace�_object_bucket�_object_name�_object_url� _checksum)�self�kwargs� r �N/usr/lib/python3.9/site-packages/oci/management_agent/models/object_details.py�__init__ s"