📂 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: publication_package_summary.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 ZdZdZdZdZdZdd� Ze dd � �Z e jd d � �Z e dd� �Zejd d� �Ze dd� �Z e jdd� �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Zdd� Zdd� Zdd� ZdS )�PublicationPackageSummaryz; The model for a summary of a publication package. � ORCHESTRATION�IMAGE� CONTAINER� KUBERNETESc K sF dddddd�| _ dddddd�| _d | _d | _d | _d | _d | _d S ) a� Initializes a new PublicationPackageSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param listing_id: The value to assign to the listing_id property of this PublicationPackageSummary. :type listing_id: str :param package_version: The value to assign to the package_version property of this PublicationPackageSummary. :type package_version: str :param package_type: The value to assign to the package_type property of this PublicationPackageSummary. Allowed values for this property are: "ORCHESTRATION", "IMAGE", "CONTAINER", "KUBERNETES", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type package_type: str :param resource_id: The value to assign to the resource_id property of this PublicationPackageSummary. :type resource_id: str :param time_created: The value to assign to the time_created property of this PublicationPackageSummary. :type time_created: datetime �strZdatetime)� listing_id�package_version�package_type�resource_id�time_createdZ listingIdZpackageVersionZpackageTypeZ resourceIdZtimeCreatedN)Z swagger_typesZ attribute_map�_listing_id�_package_version� _package_type�_resource_id� _time_created)�self�kwargs� r �V/usr/lib/python3.9/site-packages/oci/marketplace/models/publication_package_summary.py�__init__"