📂 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: service_category.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 ZdZdZdZdZdZdZdZ dZ dd � Zed d� �Z e jdd� �Z ed d� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd � �Zejd!d � �Zd"d#� Zd$d%� Zd&d'� Zd(S ))�ServiceCategoryz: Information about the support ticket classifier. �AD�REGION�TENANCY�NONE�COUNT�GBc K sd ddddddddd�| _ dddddd d dd�| _d| _d| _d| _d| _d| _d| _d| _d| _ dS ) a� Initializes a new ServiceCategory 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 ServiceCategory. :type key: str :param name: The value to assign to the name property of this ServiceCategory. :type name: str :param label: The value to assign to the label property of this ServiceCategory. :type label: str :param description: The value to assign to the description property of this ServiceCategory. :type description: str :param issue_type_list: The value to assign to the issue_type_list property of this ServiceCategory. :type issue_type_list: list[oci.cims.models.IssueType] :param scope: The value to assign to the scope property of this ServiceCategory. Allowed values for this property are: "AD", "REGION", "TENANCY", "NONE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type scope: str :param unit: The value to assign to the unit property of this ServiceCategory. Allowed values for this property are: "COUNT", "GB", "NONE", 'UNKNOWN_ENUM_VALUE'. Any unrecognized values returned by a service will be mapped to 'UNKNOWN_ENUM_VALUE'. :type unit: str :param limit_id: The value to assign to the limit_id property of this ServiceCategory. :type limit_id: str �strzlist[IssueType])�key�name�label�description�issue_type_list�scope�unit�limit_idr r r r Z issueTypeListr r ZlimitIdN) Z swagger_typesZ attribute_map�_key�_name�_label�_description�_issue_type_list�_scope�_unit� _limit_id)�self�kwargs� r �D/usr/lib/python3.9/site-packages/oci/cims/models/service_category.py�__init__. s4 +��zServiceCategory.__init__c C s | j S )z� Gets the key of this ServiceCategory. The unique ID that identifies a classifier. :return: The key of this ServiceCategory. :rtype: str �r �r r r r! r w s zServiceCategory.keyc C s || _ dS )z� Sets the key of this ServiceCategory. The unique ID that identifies a classifier. :param key: The key of this ServiceCategory. :type: str Nr# )r r r r r! r � s c C s | j S )z� Gets the name of this ServiceCategory. The name of the classifier. :return: The name of this ServiceCategory. :rtype: str �r r$ r r r! r � s zServiceCategory.namec C s || _ dS )z� Sets the name of this ServiceCategory. The name of the classifier. :param name: The name of this ServiceCategory. :type: str Nr% )r r r r r! r � s c C s | j S )z� Gets the label of this ServiceCategory. The label for the classifier. :return: The label of this ServiceCategory. :rtype: str �r r$ r r r! r � s zServiceCategory.labelc C s || _ dS )z� Sets the label of this ServiceCategory. The label for the classifier. :param label: The label of this ServiceCategory. :type: str Nr&