📂 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: incident.cpython-39.opt-1.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� �Ze dd� �Zejdd� �Ze dd� �Zejd d� �Zd!d"� Zd#d$� Zd%d&� Zd'S )(�Incidentz+ Details about the support ticket. �LIMIT�LEGACY_LIMIT�TECH�ACCOUNT�TAXONOMYc K sd ddddddddd�| _ ddd d ddd dd�| _d| _d| _d| _d| _d| _d| _d| _d| _ dS )aV Initializes a new Incident object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param key: The value to assign to the key property of this Incident. :type key: str :param compartment_id: The value to assign to the compartment_id property of this Incident. :type compartment_id: str :param contact_list: The value to assign to the contact_list property of this Incident. :type contact_list: oci.cims.models.ContactList :param tenancy_information: The value to assign to the tenancy_information property of this Incident. :type tenancy_information: oci.cims.models.TenancyInformation :param ticket: The value to assign to the ticket property of this Incident. :type ticket: oci.cims.models.Ticket :param incident_type: The value to assign to the incident_type property of this Incident. :type incident_type: oci.cims.models.IncidentType :param problem_type: The value to assign to the problem_type property of this Incident. Allowed values for this property are: "LIMIT", "LEGACY_LIMIT", "TECH", "ACCOUNT", "TAXONOMY", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type problem_type: str :param referrer: The value to assign to the referrer property of this Incident. :type referrer: str �strZContactListZTenancyInformationZTicketZIncidentType)�key�compartment_id�contact_list�tenancy_information�ticket� incident_type�problem_type�referrerr Z compartmentIdZcontactListZtenancyInformationr ZincidentTypeZproblemTyper N) Z swagger_typesZ attribute_map�_key�_compartment_id� _contact_list�_tenancy_information�_ticket�_incident_type� _problem_type� _referrer)�self�kwargs� r �</usr/lib/python3.9/site-packages/oci/cims/models/incident.py�__init__&