📂 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: create_publication_details.cpython-39.pyc
a ���f�8 � @ 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� �Zedd � �Zej d!d � �Zed"d#� �Zej d$d#� �Zd%d&� Zd'd(� Zd)d*� Zd+S ),�CreatePublicationDetailszF The model for the parameters needed to create a publication. � COMMUNITY�PARTNER�PRIVATEc K sx ddddddddddd� | _ dd d ddd ddddd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ d| _dS )a Initializes a new CreatePublicationDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param listing_type: The value to assign to the listing_type property of this CreatePublicationDetails. Allowed values for this property are: "COMMUNITY", "PARTNER", "PRIVATE" :type listing_type: str :param name: The value to assign to the name property of this CreatePublicationDetails. :type name: str :param short_description: The value to assign to the short_description property of this CreatePublicationDetails. :type short_description: str :param long_description: The value to assign to the long_description property of this CreatePublicationDetails. :type long_description: str :param support_contacts: The value to assign to the support_contacts property of this CreatePublicationDetails. :type support_contacts: list[oci.marketplace.models.SupportContact] :param compartment_id: The value to assign to the compartment_id property of this CreatePublicationDetails. :type compartment_id: str :param package_details: The value to assign to the package_details property of this CreatePublicationDetails. :type package_details: oci.marketplace.models.CreatePublicationPackage :param is_agreement_acknowledged: The value to assign to the is_agreement_acknowledged property of this CreatePublicationDetails. :type is_agreement_acknowledged: bool :param defined_tags: The value to assign to the defined_tags property of this CreatePublicationDetails. :type defined_tags: dict(str, dict(str, object)) :param freeform_tags: The value to assign to the freeform_tags property of this CreatePublicationDetails. :type freeform_tags: dict(str, str) �strzlist[SupportContact]ZCreatePublicationPackage�boolzdict(str, dict(str, object))zdict(str, str)) �listing_type�name�short_description�long_description�support_contacts�compartment_id�package_details�is_agreement_acknowledged�defined_tags� freeform_tagsZlistingTyper ZshortDescriptionZlongDescriptionZsupportContactsZ compartmentIdZpackageDetailsZisAgreementAcknowledgedZdefinedTagsZfreeformTagsN)Z swagger_typesZ attribute_map� _listing_type�_name�_short_description�_long_description�_support_contacts�_compartment_id�_package_details�_is_agreement_acknowledged� _defined_tags�_freeform_tags)�self�kwargs� r"