📂 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
›
apm_control_plane
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/apm_control_plane/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: data_key_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 ZdZdZdZdd� Zedd� �Zej dd� �Zed d � �Z e j dd � �Z edd � �Zej dd � �Zdd� Zdd� Z dd� ZdS )�DataKeySummaryz Summary of Data Key. �PRIVATE�PUBLICc K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new DataKeySummary object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param value: The value to assign to the value property of this DataKeySummary. :type value: str :param name: The value to assign to the name property of this DataKeySummary. :type name: str :param type: The value to assign to the type property of this DataKeySummary. Allowed values for this property are: "PRIVATE", "PUBLIC", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type type: str �str)�value�name�typer r r N)Z swagger_typesZ attribute_map�_value�_name�_type)�self�kwargs� r �Q/usr/lib/python3.9/site-packages/oci/apm_control_plane/models/data_key_summary.py�__init__ s ��zDataKeySummary.__init__c C s | j S )z� Gets the value of this DataKeySummary. Value of the Data Key. :return: The value of this DataKeySummary. :rtype: str �r �r r r r r >