ruạṛ
a N��fH � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�Item� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s0 e Zd ZdZdd� Zdd� Zdd� Zdd � Zd S )�TechSupportItemz3 Details about the TechSupportItem object. c K sV ddddddd�| _ dddd d dd�| _d| _d| _d| _d| _d| _d| _d | _dS )a� Initializes a new TechSupportItem object with values from keyword arguments. The default value of the :py:attr:`~oci.cims.models.TechSupportItem.type` attribute of this class is ``tech`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param item_key: The value to assign to the item_key property of this TechSupportItem. :type item_key: str :param name: The value to assign to the name property of this TechSupportItem. :type name: str :param type: The value to assign to the type property of this TechSupportItem. :type type: str :param category: The value to assign to the category property of this TechSupportItem. :type category: oci.cims.models.Category :param sub_category: The value to assign to the sub_category property of this TechSupportItem. :type sub_category: oci.cims.models.SubCategory :param issue_type: The value to assign to the issue_type property of this TechSupportItem. :type issue_type: oci.cims.models.IssueType �str�Category�SubCategory� IssueType)�item_key�name�type�category�sub_category� issue_type�itemKeyr r r �subCategory� issueTypeN�tech)� swagger_types� attribute_map� _item_key�_name�_type� _category� _sub_category�_issue_type)�self�kwargs� r! ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/cims/models/tech_support_item.py�__init__ s* � � zTechSupportItem.__init__c C s t | �S �N)r )r r! r! r"