📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/umvavtmy/public_html/website_b18404e2/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
marketplace
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/marketplace/models/__pycache__
💾
Free:
48.2 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: screenshot.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 )� Screenshotz/ The model for a listing's screenshot. c K sF dddddd�| _ dddddd�| _d| _d| _d| _d| _d| _dS ) ap Initializes a new Screenshot object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param name: The value to assign to the name property of this Screenshot. :type name: str :param description: The value to assign to the description property of this Screenshot. :type description: str :param content_url: The value to assign to the content_url property of this Screenshot. :type content_url: str :param mime_type: The value to assign to the mime_type property of this Screenshot. :type mime_type: str :param file_extension: The value to assign to the file_extension property of this Screenshot. :type file_extension: str �str)�name�description�content_url� mime_type�file_extensionr r Z contentUrlZmimeTypeZ fileExtensionN)Z swagger_typesZ attribute_map�_name�_description�_content_url� _mime_type�_file_extension)�self�kwargs� r �E/usr/lib/python3.9/site-packages/oci/marketplace/models/screenshot.py�__init__ s"