ruạṛ
a N��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� �Zdd � Zd!d"� Zd#d$� Zd%S )&� Classifierz7 Details about the incident classifier object. �AD�REGION�TENANCY�NONE�COUNT�GBc K sZ dddddddd�| _ dddddd d d�| _d| _d| _d| _d| _d| _d| _d| _dS )a� Initializes a new Classifier object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param id: The value to assign to the id property of this Classifier. :type id: str :param name: The value to assign to the name property of this Classifier. :type name: str :param label: The value to assign to the label property of this Classifier. :type label: str :param description: The value to assign to the description property of this Classifier. :type description: str :param issue_type_list: The value to assign to the issue_type_list property of this Classifier. :type issue_type_list: list[oci.cims.models.IssueType] :param scope: The value to assign to the scope property of this Classifier. 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 Classifier. 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 �strzlist[IssueType])�id�name�label�description�issue_type_list�scope�unitr r r r � issueTypeListr r N) � swagger_types� attribute_map�_id�_name�_label�_description�_issue_type_list�_scope�_unit)�self�kwargs� r! �~/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/cims/models/classifier.py�__init__, s. '�� zClassifier.__init__c C s | j S )z� Gets the id of this Classifier. Unique identifier of the classifier. :return: The id of this Classifier. :rtype: str �r �r r! r! r"