📂 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_categories.cpython-39.pyc
a ���fB � @ 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 ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�ServiceCategorieszC List of Service Categories of a Service for MOS Taxonomy. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new ServiceCategories object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param service_category: The value to assign to the service_category property of this ServiceCategories. :type service_category: dict(str, str) :param schema: The value to assign to the schema property of this ServiceCategories. :type schema: str :param issue_type: The value to assign to the issue_type property of this ServiceCategories. :type issue_type: dict(str, str) zdict(str, str)�str)�service_category�schema� issue_typeZserviceCategoryr Z issueTypeN)Z swagger_typesZ attribute_map�_service_category�_schema�_issue_type)�self�kwargs� r �F/usr/lib/python3.9/site-packages/oci/cims/models/service_categories.py�__init__ s ��zServiceCategories.__init__c C s | j S )z� Gets the service_category of this ServiceCategories. Service Category list. :return: The service_category of this ServiceCategories. :rtype: dict(str, str) �r �r r r r r 4 s z"ServiceCategories.service_categoryc C s || _ dS )z� Sets the service_category of this ServiceCategories. Service Category list. :param service_category: The service_category of this ServiceCategories. :type: dict(str, str) Nr )r r r r r r @ s c C s | j S )z� Gets the schema of this ServiceCategories. Schema of a Service Category. :return: The schema of this ServiceCategories. :rtype: str �r r r r r r L s zServiceCategories.schemac C s || _ dS )z� Sets the schema of this ServiceCategories. Schema of a Service Category. :param schema: The schema of this ServiceCategories. :type: str Nr )r r r r r r X s c C s | j S )z� Gets the issue_type of this ServiceCategories. Issue type list. :return: The issue_type of this ServiceCategories. :rtype: dict(str, str) �r r r r r r d s zServiceCategories.issue_typec C s || _ dS )z� Sets the issue_type of this ServiceCategories. Issue type list. :param issue_type: The issue_type of this ServiceCategories. :type: dict(str, str) Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s zServiceCategories.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s zServiceCategories.__eq__c C s | |k S r r r r r r �__ne__� s zServiceCategories.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"