📂 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
›
log_analytics
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/log_analytics/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: string_list_details.cpython-39.pyc
a ���fr � @ 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 )�StringListDetailsz StringListDetails c K s ddi| _ ddi| _d| _dS )aQ Initializes a new StringListDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param list: The value to assign to the list property of this StringListDetails. :type list: list[str] �listz list[str]N)Z swagger_typesZ attribute_map�_list)�self�kwargs� r �P/usr/lib/python3.9/site-packages/oci/log_analytics/models/string_list_details.py�__init__ s ��zStringListDetails.__init__c C s | j S )z� Gets the list of this StringListDetails. string list :return: The list of this StringListDetails. :rtype: list[str] �r �r r r r r $ s zStringListDetails.listc C s || _ dS )z� Sets the list of this StringListDetails. string list :param list: The list of this StringListDetails. :type: list[str] Nr )r r r r r r 0 s c C s t | �S �N)r r r r r �__repr__<