📂 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
›
cims
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/cims/models/__pycache__
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_ticket_details.cpython-39.pyc
a ���fu � @ 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� �Zdd� Zdd� Zdd� ZdS )�CreateTicketDetailsz1 Details relevant to the support ticket. �HIGHEST�HIGH�MEDIUM�LOWc K sF dddddd�| _ ddddd d�| _d | _d | _d | _d | _d | _d S )aG Initializes a new CreateTicketDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param severity: The value to assign to the severity property of this CreateTicketDetails. Allowed values for this property are: "HIGHEST", "HIGH", "MEDIUM", "LOW" :type severity: str :param resource_list: The value to assign to the resource_list property of this CreateTicketDetails. :type resource_list: list[oci.cims.models.CreateResourceDetails] :param title: The value to assign to the title property of this CreateTicketDetails. :type title: str :param description: The value to assign to the description property of this CreateTicketDetails. :type description: str :param contextual_data: The value to assign to the contextual_data property of this CreateTicketDetails. :type contextual_data: oci.cims.models.ContextualData �strzlist[CreateResourceDetails]ZContextualData)�severity� resource_list�title�description�contextual_datar ZresourceListr r ZcontextualDataN)Z swagger_typesZ attribute_map� _severity�_resource_list�_title�_description�_contextual_data)�self�kwargs� r �I/usr/lib/python3.9/site-packages/oci/cims/models/create_ticket_details.py�__init__"