📂 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
›
oci_control_center
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/oci_control_center/models/__pycache__
💾
Free:
48.2 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: namespace_summary.cpython-39.opt-1.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 @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�NamespaceSummaryzM A summary of the source service or application emitting the metric. c K s ddi| _ ddi| _d| _dS )ag Initializes a new NamespaceSummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param namespace_name: The value to assign to the namespace_name property of this NamespaceSummary. :type namespace_name: str �namespace_name�strZ namespaceNameN)Z swagger_typesZ attribute_map�_namespace_name)�self�kwargs� r �S/usr/lib/python3.9/site-packages/oci/oci_control_center/models/namespace_summary.py�__init__ s ��zNamespaceSummary.__init__c C s | j S )z� **[Required]** Gets the namespace_name of this NamespaceSummary. The name of the source service emitting the metric. :return: The namespace_name of this NamespaceSummary. :rtype: str �r �r r r r r &