📂 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
›
service_catalog
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/service_catalog/models/__pycache__
💾
Free:
45.7 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: application_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� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze d d!� �Zejd"d!� �Zd#d$� Zd%d&� Zd'd(� Zd)S )*�ApplicationSummaryzE The model for summary of an application in service catalog. �FREE�BYOL�PAYGO�STACKc K sn dddddddddd� | _ dddd d ddd dd� | _d| _d| _d| _d| _d| _d| _d| _d| _ d| _ dS )a� Initializes a new ApplicationSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param entity_id: The value to assign to the entity_id property of this ApplicationSummary. :type entity_id: str :param entity_type: The value to assign to the entity_type property of this ApplicationSummary. :type entity_type: str :param display_name: The value to assign to the display_name property of this ApplicationSummary. :type display_name: str :param is_featured: The value to assign to the is_featured property of this ApplicationSummary. :type is_featured: bool :param publisher: The value to assign to the publisher property of this ApplicationSummary. :type publisher: oci.service_catalog.models.PublisherSummary :param short_description: The value to assign to the short_description property of this ApplicationSummary. :type short_description: str :param logo: The value to assign to the logo property of this ApplicationSummary. :type logo: oci.service_catalog.models.UploadData :param pricing_type: The value to assign to the pricing_type property of this ApplicationSummary. Allowed values for this property are: "FREE", "BYOL", "PAYGO", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type pricing_type: str :param package_type: The value to assign to the package_type property of this ApplicationSummary. Allowed values for this property are: "STACK", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type package_type: str �str�boolZPublisherSummaryZ UploadData) � entity_id�entity_type�display_name�is_featured� publisher�short_description�logo�pricing_type�package_typeZentityIdZ entityTypeZdisplayNameZ isFeaturedr ZshortDescriptionr ZpricingTypeZpackageTypeN)Z swagger_typesZ attribute_map� _entity_id�_entity_type� _display_name�_is_featured� _publisher�_short_description�_logo� _pricing_type� _package_type)�self�kwargs� r! �R/usr/lib/python3.9/site-packages/oci/service_catalog/models/application_summary.py�__init__"