📂 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
›
cloud_guard
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/cloud_guard/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: update_bulk_problem_status_details.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 dd� Zdd� Zdd� ZdS )�UpdateBulkProblemStatusDetailszG List of problem IDs to be passed in to update problem status. �OPEN�RESOLVED� DISMISSED�DELETEDc K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a Initializes a new UpdateBulkProblemStatusDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param status: The value to assign to the status property of this UpdateBulkProblemStatusDetails. Allowed values for this property are: "OPEN", "RESOLVED", "DISMISSED", "DELETED" :type status: str :param problem_ids: The value to assign to the problem_ids property of this UpdateBulkProblemStatusDetails. :type problem_ids: list[str] :param comment: The value to assign to the comment property of this UpdateBulkProblemStatusDetails. :type comment: str �strz list[str])�status�problem_ids�commentr Z problemIdsr N)Z swagger_typesZ attribute_map�_status�_problem_ids�_comment)�self�kwargs� r �]/usr/lib/python3.9/site-packages/oci/cloud_guard/models/update_bulk_problem_status_details.py�__init__"