📂 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.6 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: create_incident.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 ZdZdZdZdZdZdZdd� Z e d d � �Zejdd � �Ze dd � �Z e jdd � �Z e dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Ze dd� �Zejdd� �Zdd� Zdd� Zdd � Zd!S )"�CreateIncidentzE Details gathered during the creation of the support ticket. �LIMIT�LEGACY_LIMIT�TECH�ACCOUNT�TAXONOMYc K sP ddddddd�| _ ddddd d d�| _d| _d| _d| _d| _d| _d| _dS )a� Initializes a new CreateIncident object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param compartment_id: The value to assign to the compartment_id property of this CreateIncident. :type compartment_id: str :param ticket: The value to assign to the ticket property of this CreateIncident. :type ticket: oci.cims.models.CreateTicketDetails :param csi: The value to assign to the csi property of this CreateIncident. :type csi: str :param problem_type: The value to assign to the problem_type property of this CreateIncident. Allowed values for this property are: "LIMIT", "LEGACY_LIMIT", "TECH", "ACCOUNT", "TAXONOMY" :type problem_type: str :param contacts: The value to assign to the contacts property of this CreateIncident. :type contacts: list[oci.cims.models.Contact] :param referrer: The value to assign to the referrer property of this CreateIncident. :type referrer: str �strZCreateTicketDetailsz list[Contact])�compartment_id�ticket�csi�problem_type�contacts�referrerZ compartmentIdr r ZproblemTyper r N)Z swagger_typesZ attribute_map�_compartment_id�_ticket�_csi� _problem_type� _contacts� _referrer)�self�kwargs� r �C/usr/lib/python3.9/site-packages/oci/cims/models/create_incident.py�__init__&